.landing{min-height:100vh;display:flex;flex-direction:column;color:var(--color-text);background:var(--color-bg)}.landing-nav{position:sticky;top:0;z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-nav__container{max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing-nav__brand{display:flex;align-items:center;gap:.5rem}.landing-nav__name{font-size:1.25rem;font-weight:700;color:var(--color-text)}.landing-nav__actions{display:flex;align-items:center;gap:.75rem}.landing-hero{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-bg) 60%);padding:5rem 1.5rem 4rem;text-align:center}.landing-hero__container{max-width:720px;margin:0 auto}.landing-hero__title{font-size:2.5rem;font-weight:800;line-height:1.15;color:var(--color-text);margin:0 0 1.25rem}.landing-hero__highlight{color:var(--color-primary)}.landing-hero__subtitle{font-size:1.125rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.landing-hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-section{padding:5rem 0}.landing-section--alt{background:var(--color-surface)}.landing-section__title{font-size:2rem;font-weight:700;text-align:center;margin:0 0 .5rem;color:var(--color-text)}.landing-section__title--left{text-align:left}.landing-section__subtitle{text-align:center;color:var(--color-text-muted);font-size:1.0625rem;margin:0 0 3rem}.landing-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.landing-step{text-align:center;padding:2rem 1.5rem;border-radius:12px;background:var(--color-bg);border:1px solid var(--color-border);transition:box-shadow .2s}.landing-step:hover{box-shadow:0 4px 24px #00000014}.landing-step__icon{color:var(--color-primary);margin-bottom:.75rem;display:flex;justify-content:center}.landing-step__number{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);margin-bottom:.375rem}.landing-step__title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text)}.landing-step__desc{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);margin:0}.landing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.landing-feature-card{padding:1.75rem;border-radius:12px;background:var(--color-surface);border:1px solid var(--color-border);transition:box-shadow .2s}.landing-feature-card:hover{box-shadow:0 4px 24px #00000014}.landing-feature-card__icon{font-size:2rem;margin-bottom:.75rem}.landing-feature-card__title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text)}.landing-feature-card__desc{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);margin:0}.landing-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.landing-split--reverse{direction:rtl}.landing-split--reverse>*{direction:ltr}.landing-split__text{font-size:1.0625rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 1.5rem}.landing-benefits{list-style:none;padding:0;margin:0 0 2rem}.landing-benefits li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6;color:var(--color-text)}.landing-benefits li:before{content:"✓";position:absolute;left:0;color:var(--color-success);font-weight:700}.landing-visual-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000014}.landing-visual-card__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);background:var(--color-surface)}.landing-visual-card__dot{width:8px;height:8px;border-radius:50%}.landing-visual-card__dot--green{background:var(--color-success)}.landing-visual-card__dot--blue{background:var(--color-accent-blue)}.landing-visual-card__label{font-size:.8125rem;color:var(--color-text-muted);font-weight:500}.landing-visual-card__body{padding:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.landing-visual-card__stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary)}.landing-visual-card__stat-label{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.landing-cta{background:var(--color-primary);color:#fff;text-align:center;padding:5rem 1.5rem}.landing-cta__title{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#fff}.landing-cta__subtitle{font-size:1.0625rem;line-height:1.7;margin:0 0 2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;color:#fff}.btn--lg{padding:.75rem 2rem;font-size:1rem}.btn--outline{background:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:#fff}.btn--outline-light{background:transparent;border:2px solid rgba(255,255,255,.8);color:#fff}.btn--outline-light:hover{background:#ffffff26}.landing-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0 0}.landing-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.landing-footer__tagline{font-size:.875rem;line-height:1.6;color:var(--color-text-muted);margin:.75rem 0 0;max-width:280px}.landing-footer__heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text);margin:0 0 .75rem}.landing-footer__links{list-style:none;padding:0;margin:0}.landing-footer__links li{margin-bottom:.5rem}.landing-footer__links a{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.landing-footer__links a:hover{color:var(--color-primary)}.landing-footer__bottom{margin-top:2rem;padding:1.25rem 0;border-top:1px solid var(--color-border);text-align:center}.landing-footer__bottom p{font-size:.8125rem;color:var(--color-text-muted);margin:0}@media (max-width: 768px){.landing-hero{padding:3rem 1rem 2.5rem}.landing-hero__title{font-size:1.75rem}.landing-hero__subtitle{font-size:1rem}.landing-section{padding:3rem 0}.landing-section__title{font-size:1.5rem}.landing-split{grid-template-columns:1fr;gap:2rem}.landing-split--reverse{direction:ltr}.landing-features{grid-template-columns:1fr}.landing-footer__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.landing-footer__brand{grid-column:1 / -1}}@media (max-width: 480px){.landing-hero__title{font-size:1.5rem}.landing-hero__cta{flex-direction:column;align-items:center}.landing-footer__grid,.landing-visual-card__body{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-primary-light: #eef2ff;--color-bg: #f8fafc;--color-surface: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-text-inverse: #ffffff;--color-border: #e2e8f0;--color-error: #ef4444;--color-error-bg: #fef2f2;--color-surface-hover: #f1f5f9;--color-active-bg: #eef2ff;--color-success: #059669;--color-success-light: #10b981;--color-success-bg: #ecfdf5;--color-success-text: #059669;--color-success-border: #a7f3d0;--color-muted-bg: #f3f4f6;--color-muted-text: #6b7280;--color-muted-border: #d1d5db;--color-warning: #f59e0b;--color-info-bg: #f0f9ff;--color-info-border: #bae6fd;--color-info-text: #0369a1;--color-error-border: #fecaca;--color-error-text: #dc2626;--color-warning-bg: #fffbeb;--color-warning-border: #fde68a;--color-warning-text: #b45309;--color-danger: #ef4444;--color-danger-hover: #dc2626;--color-accent-blue: #3b82f6;--color-accent-blue-hover: #2563eb;--color-accent-purple: #8b5cf6;--color-accent-purple-hover: #7c3aed;--color-accent-cyan: #06b6d4;--color-accent-green: #22c55e;--color-accent-green-dark: #16a34a;--color-accent-amber: #a16207;--sidebar-width: 240px;--radius: 8px}[data-theme=dark]{--color-primary: #818cf8;--color-primary-hover: #6366f1;--color-primary-light: #312e81;--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-text-inverse: #0f172a;--color-border: #334155;--color-error: #f87171;--color-error-bg: #451a1a;--color-surface-hover: #334155;--color-active-bg: #312e81;--color-success: #34d399;--color-success-light: #6ee7b7;--color-success-bg: #064e3b;--color-success-text: #6ee7b7;--color-success-border: #065f46;--color-muted-bg: #1e293b;--color-muted-text: #94a3b8;--color-muted-border: #475569;--color-warning: #fbbf24;--color-info-bg: #0c4a6e;--color-info-border: #075985;--color-info-text: #7dd3fc;--color-error-border: #7f1d1d;--color-error-text: #fca5a5;--color-warning-bg: #78350f;--color-warning-border: #92400e;--color-warning-text: #fde68a;--color-danger: #f87171;--color-danger-hover: #ef4444;--color-accent-blue: #60a5fa;--color-accent-blue-hover: #3b82f6;--color-accent-purple: #a78bfa;--color-accent-purple-hover: #8b5cf6;--color-accent-cyan: #22d3ee;--color-accent-green: #4ade80;--color-accent-green-dark: #22c55e;--color-accent-amber: #fbbf24;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;font-weight:600;font-size:.875rem;text-decoration:none;border-radius:0 0 var(--radius) 0}.skip-to-content:focus{position:fixed;left:0;top:0;width:auto;height:auto;overflow:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}*:focus:not(:focus-visible){outline:none}.nav-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px;border-radius:var(--radius)}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 4px #4f46e533}.notification-bell:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius)}.notification-item:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}body{min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}.layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:10}.sidebar-brand{padding:1.5rem;border-bottom:1px solid var(--color-border)}.sidebar-brand h1{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.sidebar-subtitle{font-size:.75rem;color:var(--color-text-muted)}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--radius);color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.nav-link:hover{background:var(--color-surface-hover);color:var(--color-text)}.nav-link--active{background:var(--color-active-bg);color:var(--color-primary)}.nav-icon{font-size:1rem;width:1.25rem;text-align:center}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid var(--color-border)}.language-selector{margin-bottom:.5rem}.language-select{width:100%;padding:.375rem .5rem;font-size:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);cursor:pointer}.user-email{font-size:.75rem;color:var(--color-text-muted);display:block;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1;margin-left:var(--sidebar-width);padding:2rem;max-width:960px}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:2.5rem;width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.5rem;color:var(--color-primary);margin-bottom:.25rem}.auth-header p{font-size:.875rem;color:var(--color-text-muted)}.auth-card h2{font-size:1.125rem;margin-bottom:1.25rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-switch{text-align:center;margin-top:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.8125rem;font-weight:500;color:var(--color-text)}.form-group input,.form-group select,.form-group textarea{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-surface);transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row--3{grid-template-columns:2fr 1fr 1fr}.form-error{font-size:.75rem;color:var(--color-error, #ef4444)}.form-group--error input,.form-group--error select,.form-group--error textarea{border-color:var(--color-error, #ef4444)}.form-group--error input:focus,.form-group--error select:focus,.form-group--error textarea:focus{border-color:var(--color-error, #ef4444);box-shadow:0 0 0 3px #ef44441a}.form-required{color:var(--color-error, #ef4444)}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:var(--radius);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,color .15s;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn--ghost{background:transparent;color:var(--color-text-muted);border-color:var(--color-border)}.btn--ghost:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text)}.btn--link{background:none;border:none;color:var(--color-primary);padding:0;font-size:.8125rem;cursor:pointer}.btn--link:hover{text-decoration:underline}.btn--sm{padding:.375rem .75rem;font-size:.8125rem}.btn--full{width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-header h2{font-size:1.25rem;font-weight:600}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.card h3{font-size:.9375rem;font-weight:600;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-top:3px solid;border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;line-height:1}.stat-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.375rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.table-wrapper{overflow-x:auto;margin-top:1rem}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{text-align:left;padding:.625rem .75rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.table td{padding:.75rem;border-bottom:1px solid var(--color-border)}.table tr:last-child td{border-bottom:none}.text-truncate{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:#fff}.priority--routine{color:var(--color-text-muted)}.priority--urgent{color:var(--color-warning);font-weight:600}.priority--stat{color:var(--color-error);font-weight:700}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.alert--error{background:var(--color-error-bg);color:var(--color-error);border:1px solid var(--color-error-border)}.empty-state{text-align:center;padding:2rem;color:var(--color-text-muted)}.empty-state p{margin-bottom:1rem}.empty-state-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;color:var(--color-text-muted)}.empty-state-card__icon{margin-bottom:1rem;opacity:.5}.empty-state-card__title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem}.empty-state-card__description{font-size:.875rem;margin:0 0 1.25rem;max-width:360px}.empty-state-card__action{margin-top:.25rem}.page-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.page-loading-spinner__message{color:var(--color-text-muted);font-size:.875rem;margin:0}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:var(--color-text-muted)}.spinner{width:2rem;height:2rem;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .6s linear infinite;margin-bottom:.75rem}@keyframes spin{to{transform:rotate(360deg)}}.jobs-filters{margin-bottom:1rem}.jobs-filters .search-input{width:100%;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-surface);transition:border-color .15s}.jobs-filters .search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.filter-row{display:flex;align-items:flex-end;gap:1rem;margin-top:.75rem}.filter-count{font-size:.8125rem;color:var(--color-text-muted);padding-bottom:.5rem;white-space:nowrap}.filter-summary{margin-bottom:.75rem}.filter-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--color-active-bg);color:var(--color-primary);border-radius:999px;font-size:.75rem;font-weight:500;white-space:nowrap}.filter-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:none;background:transparent;color:var(--color-primary);font-size:.875rem;cursor:pointer;border-radius:50%;line-height:1;padding:0}.filter-chip-remove:hover{background:#4f46e526}.patient-link{color:var(--color-primary);text-decoration:none;font-weight:500}.patient-link:hover{text-decoration:underline}.test-types{font-size:.8125rem;color:var(--color-text-muted);max-width:200px}.action-buttons{display:flex;gap:.5rem}.btn--danger{color:var(--color-error)}.btn--danger:hover:not(:disabled){background:var(--color-error-bg);border-color:var(--color-error-border)}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-th:hover{color:var(--color-text)}.sort-indicator{font-size:.75rem}.clickable-row:hover{background:var(--color-bg)}.datatable-bulk-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;margin-bottom:.5rem;background:var(--color-accent-blue-bg, #eff6ff);border:1px solid var(--color-accent-blue, #3b82f6);border-radius:var(--radius, 8px);font-size:.875rem}.datatable-bulk-count{font-weight:600;color:var(--color-accent-blue, #3b82f6)}.datatable-bulk-actions{display:flex;gap:.5rem}.datatable-filter-row th{padding:.25rem .5rem .5rem;background:var(--color-bg-surface, #fff)}.datatable-filter-cell{font-weight:400}.datatable-filter-input,.datatable-filter-select{width:100%;padding:.25rem .5rem;font-size:.8125rem;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-sm, 4px);background:var(--color-bg, #f8fafc)}.datatable-filter-input:focus,.datatable-filter-select:focus{outline:2px solid var(--color-primary, #3b82f6);outline-offset:-1px}.datatable-no-results{text-align:center;padding:2rem 1rem;color:var(--color-muted-text, #94a3b8);font-style:italic}.datatable-row--selected{background:var(--color-accent-blue-bg, #eff6ff)}.datatable-page-size{font-size:.8125rem;color:var(--color-muted-text, #64748b)}.datatable-page-size select{margin-left:.5rem;padding:.125rem .375rem;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-sm, 4px);font-size:.8125rem}.job-detail .page-header{flex-wrap:wrap;gap:.5rem}.job-detail .page-header>div:first-child{display:flex;flex-direction:column;gap:.25rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid var(--color-border);font-size:.875rem;gap:1rem}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:var(--color-text-muted);flex-shrink:0}.detail-meta{display:flex;gap:2rem;font-size:.8125rem;padding-top:.5rem}.status-timeline{display:flex;align-items:center;gap:0;margin-bottom:1.5rem;padding:1rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow-x:auto}.timeline-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;min-width:80px}.timeline-step:after{content:"";position:absolute;top:8px;left:50%;width:100%;height:2px;background:var(--color-border)}.timeline-step:last-child:after{display:none}.timeline-step--completed:after{background:var(--color-primary)}.timeline-dot{width:16px;height:16px;border-radius:50%;background:var(--color-border);border:2px solid var(--color-border);position:relative;z-index:1;margin-bottom:.375rem}.timeline-step--completed .timeline-dot{background:var(--color-primary);border-color:var(--color-primary)}.timeline-step--current .timeline-dot{background:#fff;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e533}.timeline-label{font-size:.6875rem;color:var(--color-text-muted);text-align:center}.timeline-step--completed .timeline-label,.timeline-step--current .timeline-label{color:var(--color-primary);font-weight:500}.attention-card{border-left:3px solid var(--color-warning)}.attention-list{display:flex;flex-direction:column;gap:.5rem}.attention-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:var(--radius);text-decoration:none;color:var(--color-text);font-size:.875rem;transition:background .15s}.attention-item:hover{background:var(--color-bg)}.attention-patient{font-weight:500;flex:1}.attention-tests{font-size:.8125rem;color:var(--color-text-muted)}.card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-header-row h3{margin-bottom:0}.dashboard-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.activity-feed{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.activity-item:last-child{border-bottom:none}.activity-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.activity-content{flex:1;min-width:0}.activity-message{margin:0;font-size:.875rem;color:var(--color-text);line-height:1.4}.activity-time{font-size:.75rem;color:var(--color-text-muted)}.phleb-status-list{display:flex;flex-direction:column;gap:.75rem}.phleb-status-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--color-border)}.phleb-status-item:last-child{border-bottom:none}.phleb-status-info{display:flex;align-items:center;gap:.5rem}.phleb-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.phleb-status-name{font-size:.875rem;font-weight:500;color:var(--color-text)}.phleb-status-label{font-size:.75rem;color:var(--color-text-muted);text-transform:capitalize}.phleb-status-stats{display:flex;gap:1rem;font-size:.8125rem}.phleb-status-card{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--color-border)}.phleb-status-card:last-child{border-bottom:none}.phleb-status-details{display:flex;flex-direction:column;gap:.125rem}.phleb-status-location{font-size:.75rem;color:var(--color-text-muted)}.job-queue-bars{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.job-queue-row{display:flex;align-items:center;gap:.75rem}.job-queue-label{font-size:.8125rem;color:var(--color-text-muted);min-width:80px;flex-shrink:0}.job-queue-track{flex:1;height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.job-queue-fill{height:100%;border-radius:4px;transition:width .3s ease}.job-queue-count{font-size:.875rem;font-weight:600;color:var(--color-text);min-width:24px;text-align:right}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem}.metric-item{display:flex;flex-direction:column;padding:.75rem;background:var(--color-bg);border-radius:var(--radius);border:1px solid var(--color-border)}.metric-value{font-size:1.5rem;font-weight:700;color:var(--color-text);line-height:1}.metric-value--alert{color:#ef4444}.metric-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.schedule-list{display:flex;flex-direction:column}.schedule-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;transition:background-color .15s}.schedule-item:last-child{border-bottom:none}.schedule-item:hover{background-color:var(--color-bg)}.schedule-time{font-size:.875rem;font-weight:600;color:var(--color-primary);min-width:70px;flex-shrink:0}.schedule-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.schedule-patient{font-size:.875rem;font-weight:500;color:var(--color-text)}.schedule-tests{font-size:.75rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.dashboard-columns{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.schedule-item{flex-wrap:wrap;gap:.5rem}}.search-bar{margin-bottom:1rem}.search-bar .search-input{width:100%;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:6px;font-size:.875rem;background:var(--color-bg);transition:border-color .15s}.search-bar .search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.patient-notes{color:var(--color-text);white-space:pre-wrap;line-height:1.6}.filter-input{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:.8125rem;background:var(--color-bg);font-family:inherit;transition:border-color .15s}.filter-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 0 .5rem;border-top:1px solid var(--color-border);margin-top:.5rem}.pagination-info{font-size:.8125rem;color:var(--color-text-muted)}.tab-bar{display:flex;gap:0;border-bottom:1px solid var(--color-border);margin-bottom:1rem}.tab-btn{padding:.625rem 1rem;border:none;background:none;font-size:.875rem;font-weight:500;font-family:inherit;color:var(--color-text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--color-text)}.tab-btn--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.response-timer{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:var(--radius);background:var(--color-info-bg);border:1px solid var(--color-info-border);font-size:.813rem}.response-timer--urgent{background:#fef2f2;border-color:var(--color-error-border)}.response-timer-label{color:var(--color-text-muted)}.response-timer-value{font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-text)}.response-timer--urgent .response-timer-value{color:var(--color-error)}.phleb-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.phleb-dashboard-profile{display:flex;align-items:center;gap:1rem}.phleb-avatar{width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.phleb-header-actions{display:flex;align-items:center;gap:.75rem}.status-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;border:1px solid var(--color-border);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.status-toggle-btn--available{background:var(--color-success-bg);color:var(--color-success-text);border-color:var(--color-success-border)}.status-toggle-btn--offline{background:var(--color-muted-bg);color:var(--color-muted-text);border-color:var(--color-muted-border)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot--available{background:var(--color-success-text)}.status-dot--offline{background:#9ca3af}.next-job-card{border-left:4px solid var(--color-primary)}.next-job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.next-job-header h3{font-size:1rem;font-weight:600}.next-job-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.next-job-patient{display:flex;justify-content:space-between;align-items:center}.next-job-info{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:var(--color-text-muted)}.next-job-notes{font-size:.875rem;padding:.5rem;background:var(--color-bg);border-radius:var(--radius)}.next-job-actions{display:flex;gap:.5rem}.schedule-timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;transition:background .15s}.timeline-item:last-child{border-bottom:none}.timeline-item:hover{background:var(--color-bg)}.timeline-time{width:70px;flex-shrink:0;font-size:.875rem;font-weight:500;color:var(--color-text-muted);text-align:right}.timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.timeline-content{flex:1;min-width:0}.timeline-patient{font-weight:500;margin-bottom:.25rem}.timeline-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8125rem}.earnings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.earnings-item{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:var(--color-bg);border-radius:var(--radius)}.earnings-value{font-size:1.5rem;font-weight:700;color:var(--color-text)}.earnings-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.weekly-performance-card{overflow:hidden}.weekly-summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-bottom:1.5rem}.weekly-summary-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:var(--color-bg);border-radius:var(--radius)}.weekly-summary-value{font-size:1.5rem;font-weight:700;color:var(--color-text)}.weekly-summary-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.weekly-chart{display:flex;align-items:flex-end;gap:.5rem;height:120px;padding-top:.5rem}.weekly-chart-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:100%}.weekly-chart-bar-container{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.weekly-chart-bar{width:60%;min-height:4px;background:var(--color-primary);border-radius:var(--radius) var(--radius) 0 0;transition:height .3s ease}.weekly-chart-label{font-size:.6875rem;color:var(--color-text-muted);text-align:center}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:var(--radius);background:var(--color-bg);border:1px solid var(--color-border);text-decoration:none;color:var(--color-text);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.quick-action-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.quick-action-icon{font-size:1.25rem}.pending-response-section{margin-bottom:1.5rem}.section-title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.job-notification-cards{display:grid;gap:1rem}.job-notification-card{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid #8b5cf6;border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.job-notification-details{display:flex;flex-direction:column;gap:.375rem}.job-notification-row{display:flex;gap:.75rem;font-size:.875rem}.job-notification-label{color:var(--color-text-muted);min-width:5rem;flex-shrink:0}.job-notification-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.job-notification-confirm,.job-notification-decline{display:flex;flex-direction:column;gap:.5rem;width:100%}.job-notification-confirm p{margin:0;font-size:.875rem;font-weight:500}.decline-form{width:100%}.confirm-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.875rem}.confirm-banner--accept{background:var(--color-active-bg);border:1px solid #c7d2fe;color:#4338ca}.confirm-banner--decline{background:var(--color-error-bg);border:1px solid var(--color-error-border);color:var(--color-error)}.confirm-actions{display:flex;gap:.5rem;flex-shrink:0}.settings-layout{display:flex;gap:2rem}.settings-nav{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.settings-nav-link{display:flex;flex-direction:column;padding:.5rem .75rem;border-radius:var(--radius);color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.settings-nav-label{font-weight:500}.settings-nav-desc{font-size:.6875rem;font-weight:400;opacity:.75;margin-top:.125rem}.settings-nav-link:hover{background:var(--color-surface-hover);color:var(--color-text)}.settings-nav-link--active{background:var(--color-active-bg);color:var(--color-primary)}.settings-nav-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px;border-radius:var(--radius)}.settings-content{flex:1;min-width:0}.user-cell{display:flex;flex-direction:column}.user-cell-name{font-weight:500}.user-cell-email{font-size:.75rem;color:var(--color-text-muted)}.role-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:var(--color-active-bg);color:var(--color-primary)}.role-badge--facility_admin{background:#f3e8ff;color:#6b21a8}.role-badge--facility_staff{background:#eef2ff;color:var(--color-primary)}.role-badge--phlebotomist{background:#ecfdf5;color:#065f46}.role-badge--viewer{background:#f1f5f9;color:#475569}.role-badge--lab_tech{background:#fff7ed;color:#9a3412}.status-badge--active{background:var(--color-success-text)}.status-badge--invited{background:#f59e0b}.status-badge--deactivated{background:var(--color-muted-text)}.btn--danger-link{color:var(--color-error)}.btn--danger{background:var(--color-error);color:#fff;border:none}.btn--danger:hover{background:#dc2626}.um-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.um-modal{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a}.um-modal--sm{max-width:400px}.um-modal h3,.um-modal .form-group{margin-bottom:1rem}.um-modal .form-actions{margin-top:1.5rem}.um-modal-meta{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid var(--color-border);margin-top:.5rem;font-size:.8125rem}.um-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;margin-bottom:1rem;background:var(--color-active-bg);border:1px solid var(--color-primary);border-radius:var(--radius);font-size:.875rem}.um-bulk-bar-count{font-weight:500;color:var(--color-primary)}.um-bulk-bar-actions{display:flex;gap:.5rem;align-items:center}.form-hint{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.invite-form{display:flex;flex-direction:column}.alert--success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;cursor:pointer}.patient-mode-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.patient-search-section{margin-top:.5rem}.selected-patient{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--color-surface-hover);border-radius:var(--radius);font-size:.875rem}.patient-results{list-style:none;border:1px solid var(--color-border);border-radius:var(--radius);margin-top:.5rem;max-height:200px;overflow-y:auto}.patient-result-btn{width:100%;text-align:left;padding:.625rem .75rem;border:none;background:none;font-size:.875rem;font-family:inherit;color:var(--color-text);cursor:pointer}.patient-result-btn:hover{background:var(--color-active-bg)}.subsection-title{font-size:.8125rem;font-weight:600;color:var(--color-text-muted);margin-top:1rem;margin-bottom:.75rem}.selected-tests{display:flex;flex-wrap:wrap;gap:.375rem;margin:.75rem 0}.test-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--color-active-bg);color:var(--color-primary);border-radius:9999px;font-size:.75rem;font-weight:500}.chip-remove{background:none;border:none;color:var(--color-primary);cursor:pointer;font-size:.875rem;line-height:1;padding:0 .125rem}.test-catalog{max-height:280px;overflow-y:auto;border:1px solid var(--color-border);border-radius:var(--radius);margin-top:.5rem}.test-category{padding:.25rem 0}.test-category-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:.5rem .75rem .25rem}.test-option{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;cursor:pointer}.test-option:hover{background:var(--color-bg)}.test-option input[type=checkbox]{accent-color:var(--color-primary)}.test-code{font-weight:600;font-size:.8125rem;min-width:3.5rem}.test-name{color:var(--color-text-muted);font-size:.8125rem}.review-summary{display:flex;flex-direction:column;gap:.5rem}.review-row{display:flex;justify-content:space-between;padding:.375rem 0;border-bottom:1px solid var(--color-border);font-size:.875rem}.review-row:last-child{border-bottom:none}.review-label{color:var(--color-text-muted);font-weight:500}.review-value{font-weight:500;text-align:right}.review-row--total{border-top:2px solid var(--color-text);padding-top:.5rem;margin-top:.25rem;font-weight:700}.review-row--total .review-label,.review-row--total .review-value{font-weight:700;font-size:1.0625rem}.test-price{margin-left:auto;color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.cost-preview{margin-top:1rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);font-size:.875rem;font-weight:600;color:#166534}.cost-breakdown{margin-top:1.5rem;padding:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius)}.cost-breakdown h4{font-size:.9375rem;font-weight:600;margin-bottom:.75rem}.estimate-box{margin-top:1rem;padding:.75rem 1rem;background:#fefce8;border:1px solid #fde68a;border-radius:var(--radius);display:flex;justify-content:space-between;align-items:center}.estimate-label{font-size:.875rem;color:#854d0e;font-weight:500}.estimate-value{font-size:.875rem;color:#854d0e;font-weight:700}.signature-capture{display:flex;flex-direction:column;gap:1rem}.signature-consent{padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);font-size:.875rem;color:#166534}.signature-pad-container{position:relative;border:2px dashed var(--color-border);border-radius:var(--radius);background:var(--color-surface);cursor:crosshair;touch-action:none}.signature-canvas{display:block;width:100%;height:200px}.signature-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-text-muted);font-size:1rem;pointer-events:none;-webkit-user-select:none;user-select:none}.signature-actions{display:flex;align-items:center;justify-content:space-between}.signature-actions-left,.signature-actions-right{display:flex;gap:.5rem}.text-muted{color:var(--color-text-muted)}.jm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.jm-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.jm-filters select{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-surface)}.jm-search{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-surface);min-width:200px}.jm-search:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.jm-actions{display:flex;align-items:center;gap:.5rem}.jm-selection-count{font-size:.8125rem;color:var(--color-primary);font-weight:500}.jm-card{padding:0}.jm-card .table-wrapper{margin-top:0}.jm-card .empty-state{padding:3rem 2rem}.jm-card .alert{margin:1rem}.jm-card .text-muted{padding:1.5rem}.jm-table th{white-space:nowrap}.jm-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.jm-sortable:hover{color:var(--color-text)}.sort-icon{font-size:.75rem;margin-left:.25rem}.sort-icon--inactive{opacity:.3}.jm-col-check{width:2.5rem}.jm-id{font-family:monospace;font-size:.8125rem}.jm-row{transition:background .1s}.jm-row:hover{background:var(--color-bg)}.jm-row--selected{background:var(--color-active-bg)}.jm-row--selected:hover{background:#e0e7ff}.jm-row-actions{display:flex;gap:.5rem}.jm-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1rem;border-top:1px solid var(--color-border)}.jm-page-info{font-size:.8125rem;color:var(--color-text-muted)}.jm-row--clickable{cursor:pointer}.jm-status-tabs{display:flex;gap:0;border-bottom:2px solid var(--color-border);margin-bottom:1rem;overflow-x:auto}.jm-status-tab{padding:.625rem 1rem;border:none;background:none;font-size:.875rem;font-family:inherit;color:var(--color-text-muted);cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:.375rem}.jm-status-tab:hover{color:var(--color-text)}.jm-status-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.jm-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:999px;background:var(--color-border);font-size:.6875rem;font-weight:600;color:var(--color-text-muted)}.jm-status-tab--active .jm-tab-count{background:var(--color-primary);color:#fff}.page-header__actions{display:flex;gap:.5rem;align-items:center}.jm-filters-row2{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.jm-date-label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted)}.jm-date-filter{padding:.375rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.8125rem}.jm-patient-filter{padding:.375rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;min-width:160px}.jm-patient-filter:focus{outline:2px solid var(--color-primary);outline-offset:-1px}.jm-view-toggle{display:flex;gap:.25rem;margin-left:auto}.jm-view-toggle .btn--active{background:var(--color-primary);color:#fff}.jm-result-count{font-size:.8125rem}.jm-patient-cell{display:flex;flex-direction:column;gap:.125rem}.jm-patient-name{font-weight:500}.jm-patient-mrn{font-size:.75rem}.jm-tests-cell{font-size:.8125rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jm-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.job-card{padding:1rem;display:flex;flex-direction:column;gap:.625rem;transition:box-shadow .15s ease}.job-card:hover{box-shadow:0 2px 8px #0000001a}.job-card__header{display:flex;justify-content:space-between;align-items:center}.job-card__id{font-family:monospace;font-size:.8125rem;color:var(--color-primary);text-decoration:none;font-weight:500}.job-card__id:hover{text-decoration:underline}.job-card__patient{display:flex;flex-direction:column;gap:.125rem}.job-card__patient-name{font-weight:600;font-size:.9375rem}.job-card__details{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.job-card__detail{display:flex;align-items:center;gap:.25rem}.job-card__label{font-size:.75rem;color:var(--color-text-muted)}.job-card__notes{font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--color-border)}.btn--danger-text{color:var(--color-danger, var(--color-error))}.status-badge--sm{font-size:.6875rem;padding:.125rem .5rem}.job-timeline--cancelled{margin-bottom:1rem}.job-timeline__cancelled-at{font-size:.8125rem;color:var(--color-text-muted)}.timeline-timestamp{display:block;font-size:.6875rem;color:var(--color-text-muted);margin-top:.125rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--color-bg, #fff);border-radius:var(--radius-lg, .5rem);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px #00000026}.modal-content--lg{max-width:640px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.modal-header h3{margin:0}.modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border)}.test-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem}.test-option--compact{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer}.test-option--compact:hover{background:var(--color-bg-hover, rgba(0, 0, 0, .04))}.jd-assign-panel{padding:1.25rem;margin-bottom:1.5rem}.jd-assign-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.jd-assign-header h3{margin:0}.jd-assign-search{width:100%;margin-bottom:1rem}.jd-phleb-list{display:flex;flex-direction:column;gap:.5rem}.jd-phleb-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);transition:background .1s}.jd-phleb-item:hover{background:var(--color-bg)}.jd-phleb-item--current{border-color:var(--color-primary);background:var(--color-active-bg)}.jd-phleb-info{display:flex;flex-direction:column;gap:.125rem}.jd-phleb-name{font-weight:600;font-size:.875rem}.jd-phleb-meta{font-size:.75rem;color:var(--color-text-muted)}.report-controls{display:flex;gap:.5rem}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.chart-container{margin-top:.5rem}.report-date-picker{margin-bottom:1.5rem}.report-date-picker-row{display:flex;gap:1rem;align-items:flex-end}.report-date-picker-row .form-field{flex:1;max-width:220px}.report-color-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem;vertical-align:middle}.report-bar-cell{width:100%;height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.report-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.stat-change{display:block;font-size:.75rem;margin-top:.25rem}.stat-change--positive{color:var(--color-success-text)}.stat-change--negative{color:#ef4444}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid var(--color-border)}.layout{flex-direction:column}.main-content{margin-left:0;padding:1rem}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.5rem .75rem}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.sidebar-subtitle,.sidebar-footer{display:none}.form-row,.form-row--3{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.filter-row{flex-direction:column;align-items:stretch}.status-timeline{gap:0}.timeline-step{min-width:60px}.settings-layout{flex-direction:column;gap:1rem}.settings-nav{flex-direction:row;overflow-x:auto;min-width:0}.report-grid{grid-template-columns:1fr}.report-date-picker-row{flex-direction:column}.report-date-picker-row .form-field{max-width:100%}.report-controls{flex-wrap:wrap}.wizard-progress{flex-direction:column;gap:.5rem}.wizard-step-label{display:inline}.wizard-plans{grid-template-columns:1fr}}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:50}.top-bar-left{display:flex;align-items:center;gap:1rem}.top-bar-greeting{font-size:.875rem;color:var(--color-text-muted)}.top-bar-greeting strong{color:var(--color-text)}.top-bar-right{display:flex;align-items:center;gap:.75rem}.top-bar-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;border:none;cursor:pointer;transition:opacity .15s}.top-bar-avatar:hover{opacity:.85}.profile-dropdown{position:relative}.profile-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:240px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 4px 16px #0000001f;z-index:100;padding:.5rem 0}.profile-dropdown-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.profile-dropdown-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0}.profile-dropdown-info{display:flex;flex-direction:column;min-width:0}.profile-dropdown-name{font-weight:600;font-size:.875rem;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown-email{font-size:.8rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown-divider{border:none;border-top:1px solid var(--color-border);margin:.25rem 0}.profile-dropdown-item{display:block;width:100%;padding:.5rem 1rem;font-size:.875rem;color:var(--color-text);background:none;border:none;text-align:left;cursor:pointer;transition:background .15s}.profile-dropdown-item:hover{background:var(--color-bg)}.notification-center{position:relative;width:100%}.notification-center--top{width:auto}.notification-bell{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem;background:none;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;position:relative;transition:background-color .15s,color .15s}.notification-bell--top{width:36px;height:36px;padding:0;border:none;border-radius:50%;background:var(--color-bg)}.notification-bell--top:hover{background:var(--color-border)}.notification-bell:hover{background:var(--color-bg);color:var(--color-text)}@keyframes badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.notification-badge--pulse{animation:badge-pulse 2s ease-in-out infinite}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:var(--color-error);color:#fff;font-size:.65rem;font-weight:700;line-height:18px;text-align:center;border-radius:9px}.notification-panel{position:absolute;bottom:100%;left:0;width:340px;max-height:420px;margin-bottom:.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000001f;z-index:100;display:flex;flex-direction:column;overflow:hidden}.notification-panel--top{bottom:auto;top:100%;left:auto;right:0;margin-bottom:0;margin-top:.5rem}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--color-border)}.notification-panel-header h3{margin:0;font-size:.875rem;font-weight:600}.notification-list{overflow-y:auto;flex:1}.notification-item{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;text-align:left;transition:background-color .15s}.notification-item:hover{background:var(--color-bg)}.notification-item--unread{background:var(--color-active-bg)}.notification-item--unread:hover{background:#e0e7ff}.notification-icon{font-size:1.1rem;flex-shrink:0;margin-top:2px}.notification-content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.notification-title{font-size:.8125rem;font-weight:600;color:var(--color-text)}.notification-message{font-size:.75rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-time{font-size:.6875rem;color:var(--color-text-muted)}.notification-dot{width:8px;height:8px;border-radius:50%;background:var(--color-primary);flex-shrink:0;margin-top:4px}.notification-empty{padding:2rem 1rem;text-align:center;color:var(--color-text-muted);font-size:.8125rem}.notification-tabs{display:flex;border-bottom:1px solid var(--color-border)}.notification-tab{flex:1;padding:.5rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.75rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:color .15s,border-color .15s}.notification-tab:hover{color:var(--color-text)}.notification-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.notification-group-label{padding:.375rem 1rem;font-size:.6875rem;font-weight:600;color:var(--color-text-muted);background:var(--color-bg);text-transform:uppercase;letter-spacing:.05em}.notification-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.notification-delete{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:none;border-radius:4px;color:var(--color-text-muted);cursor:pointer;opacity:0;transition:opacity .15s,color .15s,background .15s}.notification-item:hover .notification-delete{opacity:1}.notification-delete:hover{color:var(--color-error);background:var(--color-error-bg)}.notification-panel-footer{padding:.5rem;border-top:1px solid var(--color-border);text-align:center}.notification-toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:400px;pointer-events:none}.notification-toast{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:var(--color-surface, #1e1e2e);border:1px solid var(--color-border);border-radius:var(--radius-md, 8px);box-shadow:0 8px 24px #0000004d;cursor:pointer;pointer-events:auto;animation:toast-slide-in .3s ease-out;transition:opacity .3s,transform .3s}.notification-toast--exit{opacity:0;transform:translate(100%)}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-toast-icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.notification-toast-content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.notification-toast-title{font-weight:600;font-size:.875rem;color:var(--color-text)}.notification-toast-message{font-size:.8125rem;color:var(--color-text-muted, #999);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-toast-close{background:none;border:none;color:var(--color-text-muted, #999);cursor:pointer;padding:.25rem;border-radius:var(--radius, 4px);flex-shrink:0;display:flex;align-items:center;justify-content:center}.notification-toast-close:hover{color:var(--color-text);background:#ffffff1a}@media (max-width: 768px){.notification-toast-container{left:1rem;right:1rem;max-width:none}}.notifications-page{max-width:800px}.notifications-page .page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.notifications-page .page-header h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.page-header-actions{display:flex;gap:.5rem}.notifications-filters{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.notification-filter-btn{padding:.375rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;font-size:.8125rem;color:var(--color-text-muted);cursor:pointer;transition:all .15s}.notification-filter-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.notification-filter-btn--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.notifications-bulk-bar{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;margin-bottom:.75rem;background:var(--color-active-bg);border:1px solid #c7d2fe;border-radius:var(--radius);font-size:.8125rem;font-weight:500}.notifications-select-all{padding:.5rem 1rem;border-bottom:1px solid var(--color-border)}.notifications-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-muted);cursor:pointer}.notifications-list-page{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.notification-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);transition:background .15s}.notification-row:last-child{border-bottom:none}.notification-row:hover{background:var(--color-bg)}.notification-row--unread{background:var(--color-active-bg)}.notification-row--unread:hover{background:#e0e7ff}.notification-row-checkbox{flex-shrink:0}.notification-row-body{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0;background:none;border:none;padding:0;cursor:pointer;text-align:left}.notification-row-icon{font-size:1.25rem;flex-shrink:0;margin-top:2px}.notification-row-content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.notification-row-top{display:flex;align-items:center;gap:.5rem}.notification-row-title{font-size:.875rem;font-weight:600;color:var(--color-text)}.notification-row-type{font-size:.6875rem;padding:1px 6px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-muted);white-space:nowrap}.notification-row-message{font-size:.8125rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-row-time{font-size:.75rem;color:var(--color-text-muted);margin-top:2px}.notification-row-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;border-radius:var(--radius);color:var(--color-text-muted);cursor:pointer;opacity:0;transition:opacity .15s,color .15s,background .15s;flex-shrink:0}.notification-row:hover .notification-row-delete{opacity:1}.notification-row-delete:hover{color:var(--color-error);background:var(--color-error-bg)}.notification-empty-page{padding:3rem 1rem;text-align:center}.notification-empty-icon{color:var(--color-text-muted);margin-bottom:1rem;opacity:.4}.notification-empty-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.notification-settings-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.notification-settings-desc{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.notification-settings-section{margin-bottom:2rem}.notification-settings-subtitle{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.notification-pref-table{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.notification-pref-header{display:grid;grid-template-columns:1fr 60px 60px 60px;gap:.5rem;padding:.625rem 1rem;background:var(--color-bg);border-bottom:1px solid var(--color-border);font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.notification-pref-channel-header{background:none;border:none;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:center}.notification-pref-channel-header:hover{color:var(--color-primary)}.notification-pref-category-label{padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted);background:var(--color-bg);border-bottom:1px solid var(--color-border)}.notification-pref-row{display:grid;grid-template-columns:1fr 60px 60px 60px;gap:.5rem;align-items:center;padding:.625rem 1rem;border-bottom:1px solid var(--color-border);font-size:.875rem}.notification-pref-row:last-child{border-bottom:none}.notification-pref-label{font-size:.875rem}.notification-pref-toggle{display:flex;justify-content:center}.toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-border);border-radius:10px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:16px;height:16px;left:2px;bottom:2px;background:var(--color-surface);border-radius:50%;transition:transform .2s}.toggle input:checked+.toggle-slider{background:var(--color-primary)}.toggle input:checked+.toggle-slider:before{transform:translate(16px)}.notification-quiet-toggle{display:flex;align-items:center;gap:.75rem;font-size:.875rem;margin-bottom:1rem}.notification-quiet-times{display:flex;gap:1rem;margin-bottom:1rem}.notification-quiet-times .form-field{flex:1;max-width:200px}@media (max-width: 768px){.top-bar{padding:.5rem 1rem}.top-bar-greeting{display:none}.notification-panel{position:fixed;bottom:0;left:0;right:0;width:100%;max-height:70vh;margin-bottom:0;border-radius:var(--radius) var(--radius) 0 0;z-index:200}.notification-panel--top{top:auto;bottom:0;right:0;left:0;margin-top:0}.notifications-page .page-header{flex-direction:column;gap:.75rem}.page-header-actions{width:100%}.page-header-actions .btn{flex:1}.notifications-filters{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.notifications-filters::-webkit-scrollbar{display:none}.notification-filter-btn{white-space:nowrap;flex-shrink:0}.notifications-bulk-bar{flex-wrap:wrap;font-size:.75rem}.notification-row{padding:.625rem .75rem}.notification-row-top{flex-direction:column;align-items:flex-start;gap:.25rem}.notification-row-delete{opacity:1}.notification-pref-header,.notification-pref-row{grid-template-columns:1fr 48px 48px 48px;gap:.25rem;padding:.5rem .75rem}.notification-quiet-times{flex-direction:column}.notification-quiet-times .form-field{max-width:100%}}.wizard-page{display:flex;justify-content:center;min-height:100vh;padding:2rem;background:var(--color-bg)}.wizard-container{width:100%;max-width:720px}.wizard-header{text-align:center;margin-bottom:2rem}.wizard-header h1{font-size:1.5rem;color:var(--color-primary);margin-bottom:.25rem}.wizard-progress{display:flex;justify-content:center;gap:.25rem;margin-bottom:2rem;flex-wrap:wrap}.wizard-step{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border-radius:9999px;font-size:.75rem;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border)}.wizard-step--active{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-active-bg);font-weight:600}.wizard-step--done{color:#16a34a;border-color:#bbf7d0;background:#f0fdf4}.wizard-step-indicator{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.6875rem;font-weight:700;background:var(--color-border);color:var(--color-text-muted)}.wizard-step--active .wizard-step-indicator .sc-progress{flex-wrap:wrap}.sc-progress{display:flex;align-items:flex-start;gap:.25rem;margin-bottom:1.5rem;padding:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.sc-progress-step{display:flex;flex-direction:column;align-items:center;flex:1;gap:.375rem;text-align:center}.sc-progress-dot{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;background:var(--color-border);color:var(--color-text-muted);transition:background .2s,color .2s}.sc-progress-step--active .sc-progress-dot{background:var(--color-primary);color:#fff}.wizard-step--done .wizard-step-indicator{background:#16a34a;color:#fff}.wizard-step-label{display:none}@media (min-width: 640px){.wizard-step-label{display:inline}}.wizard-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.registration-progress-bar{height:6px;background:var(--color-border);border-radius:3px;overflow:hidden;margin-bottom:1.5rem}.registration-progress-bar__fill{height:100%;background:var(--color-primary);border-radius:3px;transition:width .3s ease}.wizard-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.wizard-plan-card{border:2px solid var(--color-border);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.wizard-plan-card:hover{border-color:var(--color-primary)}.wizard-plan-card--selected{border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.wizard-plan-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.wizard-plan-name{font-weight:600;font-size:1rem}.wizard-plan-price{font-weight:700;color:var(--color-primary)}.wizard-plan-features{list-style:none;font-size:.8125rem;color:var(--color-text-muted);display:flex;flex-direction:column;gap:.375rem}.wizard-plan-features li:before{content:"✓ ";color:#16a34a}.wizard-stripe-placeholder{padding:.75rem;border:1px dashed var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);font-size:.8125rem;text-align:center}.wizard-review-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.wizard-review-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.wizard-review-section h4{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.sc-progress-step--done .sc-progress-dot{background:#22c55e;color:#fff}.sc-progress-label{font-size:.6875rem;color:var(--color-text-muted);line-height:1.2}.sc-progress-step--active .sc-progress-label{color:var(--color-primary);font-weight:600}.sc-step-desc{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.25rem}.sc-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.sc-checkbox input[type=checkbox],.sc-radio input[type=radio]{width:1rem;height:1rem;accent-color:var(--color-primary)}.sc-fasting-options{margin-top:1.25rem;padding:1rem;background:var(--color-bg);border-radius:var(--radius)}.sc-fasting-question{font-size:.875rem;font-weight:500;margin-bottom:.75rem}.sc-radio-group{display:flex;flex-direction:column;gap:.5rem}.sc-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.sc-tube-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.sc-tube-add-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);font-size:.8125rem;cursor:pointer;transition:background .15s;font-family:inherit}.sc-tube-add-btn:hover{background:var(--color-bg)}.sc-tube-dot{width:.625rem;height:.625rem;border-radius:50%;display:inline-block;flex-shrink:0}.sc-tube-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.sc-tube-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;background:var(--color-bg);border-radius:var(--radius);font-size:.875rem}.sc-tube-item-label{flex:1}.sc-tube-barcode{font-size:.75rem;color:var(--color-text-muted);background:var(--color-surface);padding:.125rem .375rem;border-radius:4px;border:1px solid var(--color-border)}.sc-time-row{display:flex;align-items:center;gap:.75rem}.sc-time-row input{flex:1;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-bg)}.sc-collection-checklist{margin-top:1.25rem}.sc-tube-check{padding:.5rem .75rem;background:var(--color-bg);border-radius:var(--radius);margin-bottom:.375rem}.sc-exception-fields{margin-top:1rem;padding:1rem;background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius);display:flex;flex-direction:column;gap:.75rem}.sc-nav{display:flex;align-items:center;margin-top:1rem}.sc-nav-spacer{flex:1}.sc-review-section{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.sc-review-section:last-of-type{border-bottom:none}.sc-review-section h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.5rem}.wizard-review-grid{display:grid;grid-template-columns:100px 1fr;gap:.375rem .75rem;font-size:.875rem}.wizard-review-label{color:var(--color-text-muted);font-weight:500}.setup-service-category{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.setup-service-category:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.setup-service-category-header{margin-bottom:.5rem}.setup-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.setup-checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary);cursor:pointer}.setup-service-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;padding-left:1.5rem;margin-top:.5rem}.setup-service-item{padding:.375rem 0}.setup-hours-grid{display:flex;flex-direction:column;gap:.5rem}.setup-hours-row{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;border-radius:var(--radius);background:var(--color-bg)}.setup-hours-row--closed{opacity:.6}.setup-hours-day{min-width:140px;font-weight:500}.setup-hours-times{display:flex;align-items:center;gap:.5rem}.setup-hours-times input[type=time]{padding:.375rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;background:var(--color-surface);color:var(--color-text)}.setup-team-list{display:flex;flex-direction:column;gap:.75rem}.setup-team-row{display:flex;gap:.75rem;align-items:flex-end;padding:.75rem;background:var(--color-bg);border-radius:var(--radius)}.setup-team-remove{margin-bottom:.25rem;color:var(--color-error)}.setup-review-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.setup-review-tag{display:inline-block;padding:.25rem .75rem;background:#eef2ff;color:var(--color-primary);border-radius:999px;font-size:.8125rem;font-weight:500}@media (max-width: 640px){.setup-team-row{flex-direction:column;align-items:stretch}.setup-hours-row{flex-direction:column;align-items:flex-start}.setup-service-list{grid-template-columns:1fr}}.admin-sidebar{background:linear-gradient(180deg,#312e81,#1e1b4b);border-right-color:#312e81}.admin-sidebar .sidebar-brand h1{color:#fff}.admin-sidebar .sidebar-subtitle{color:#a5b4fc}.admin-sidebar .nav-link--active{background:#ffffff26;color:#fff}.admin-stats-grid{grid-template-columns:repeat(4,1fr)}.stat-sublabel{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.admin-alerts-card{border-left:3px solid var(--color-warning)}.admin-alerts-list{display:flex;flex-direction:column;gap:.75rem}.admin-alert-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--color-border)}.admin-alert-item:last-child{border-bottom:none}.admin-alert-severity{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:.03em;white-space:nowrap}.admin-alert-content{flex:1;display:flex;flex-direction:column;gap:.125rem}.admin-alert-time{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.admin-health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.admin-health-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.375rem}.admin-health-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.admin-alerts-list-full{display:flex;flex-direction:column;gap:.75rem}.admin-alert-card{padding:1rem}.admin-alert-card--resolved{opacity:.6}.admin-alert-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.admin-alert-resolved-badge{display:inline-block;font-size:.75rem;color:var(--color-success-text);font-weight:500;margin-top:.5rem}.admin-toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);cursor:pointer}.text-capitalize{text-transform:capitalize}.font-medium{font-weight:500}.page-header-actions{display:flex;align-items:center;gap:.75rem}@media (max-width: 768px){.admin-stats-grid,.admin-health-grid{grid-template-columns:repeat(2,1fr)}}.subscription-current{display:flex;gap:2rem;align-items:flex-start}.subscription-plan-badge{border:2px solid;border-radius:var(--radius);padding:1.25rem 1.5rem;text-align:center;min-width:120px}.subscription-plan-name{display:block;font-size:1.125rem;font-weight:700}.subscription-plan-price{font-size:.875rem;color:var(--color-text-muted)}.subscription-details{flex:1}.subscription-usage-header{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.subscription-progress-bar{width:100%;height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.subscription-progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.subscription-usage-warning{margin-top:.5rem;font-size:.8125rem;color:var(--color-warning)}.subscription-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.subscription-plan-card{border:1px solid var(--color-border);border-top:3px solid;border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.subscription-plan-card--current{box-shadow:0 0 0 2px #4f46e526}.subscription-plan-card-header{display:flex;justify-content:space-between;align-items:baseline}.subscription-plan-card-name{font-weight:600;font-size:1rem}.subscription-plan-card-price{font-weight:700;color:var(--color-primary)}.subscription-plan-features{list-style:none;font-size:.8125rem;color:var(--color-text-muted);display:flex;flex-direction:column;gap:.375rem;flex:1}.subscription-plan-features li:before{content:"✓ ";color:#16a34a}.subscription-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200}.subscription-modal{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:440px;box-shadow:0 8px 24px #00000026}.subscription-modal h3{margin-bottom:1rem}.subscription-modal-body{display:flex;flex-direction:column;gap:1rem}.subscription-change-summary{display:flex;flex-direction:column;gap:.5rem}.subscription-change-row{display:flex;justify-content:space-between;font-size:.875rem}.subscription-stripe-placeholder{padding:.75rem;border:1px dashed var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);font-size:.8125rem;text-align:center}.subscription-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.map-view-page{max-width:100%}.map-view-page .main-content{max-width:none}.map-legend{display:flex;align-items:center;gap:1rem}.map-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted)}.map-legend-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--color-surface);box-shadow:0 0 0 1px #00000026}.map-legend-dot--job{background:#6366f1;border-radius:2px;transform:rotate(45deg)}.map-legend-dot--facility{background:#4f46e5;border-radius:3px;width:12px;height:12px}.map-legend-section-label{font-size:.75rem;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:.03em}.map-legend-separator{width:1px;height:16px;background:var(--color-border)}.map-controls{margin-bottom:1rem}.map-container-wrapper{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem}.map-container-leaflet{height:500px;width:100%}.map-popup{min-width:180px}.map-popup-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.map-popup-details{display:flex;flex-direction:column;gap:.25rem}.map-popup-row{display:flex;justify-content:space-between;gap:1rem;font-size:.8125rem}.map-popup-row .detail-label{font-size:.8125rem}.map-layout{display:flex;gap:1rem;align-items:flex-start}.map-layout .map-container-wrapper{flex:1;min-width:0}.map-layout .map-detail-panel{width:320px;flex-shrink:0}.map-detail-panel{margin-top:0}.map-detail-type{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.75rem}.map-detail-badges{display:flex;gap:.5rem;margin-bottom:.75rem}.stats-grid--6{grid-template-columns:repeat(6,1fr)}@media (max-width: 768px){.map-container-leaflet{height:350px}.map-legend{flex-wrap:wrap;gap:.5rem}.map-layout{flex-direction:column}.map-layout .map-detail-panel{width:100%}.stats-grid--6{grid-template-columns:repeat(3,1fr)}}.phleb-photo-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.phleb-photo-preview{width:80px;height:80px;border-radius:50%;border:2px dashed var(--color-border);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:border-color .15s;flex-shrink:0}.phleb-photo-preview:hover{border-color:var(--color-primary)}.phleb-photo-preview img{width:100%;height:100%;object-fit:cover}.phleb-photo-placeholder{font-size:.6875rem;color:var(--color-text-muted);text-align:center;padding:.25rem}.phleb-cert-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.phleb-cert-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}.phleb-cert-info{display:flex;flex-direction:column;gap:.125rem}.phleb-cert-name{font-size:.875rem;font-weight:500}.phleb-cert-expiry{font-size:.75rem;color:var(--color-text-muted)}.phleb-cert-add{border-top:1px solid var(--color-border);padding-top:1rem}.phleb-schedule{display:flex;flex-direction:column;gap:.5rem}.phleb-schedule-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius)}.phleb-schedule-day{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;min-width:130px}.phleb-schedule-times{display:flex;align-items:center;gap:.5rem}.phleb-schedule-times input[type=time]{padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.8125rem;font-family:inherit;color:var(--color-text)}.phleb-consent-box{border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem;background:var(--color-bg)}.phleb-consent-label{display:flex;align-items:flex-start;gap:.625rem;margin-top:1rem;font-size:.875rem;font-weight:500;cursor:pointer}.phleb-consent-label input[type=checkbox]{margin-top:.125rem;flex-shrink:0}@media (max-width: 768px){.phleb-schedule-row{flex-direction:column;align-items:flex-start;gap:.5rem}.phleb-schedule-day{min-width:0}}@media (max-width: 768px){.subscription-current{flex-direction:column}.subscription-plans{grid-template-columns:1fr}}.checkin-timer-card{background:#eff6ff;border:1px solid #bfdbfe}.checkin-timer{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.checkin-timer-label{font-size:.875rem;color:var(--text-muted);font-weight:500}.checkin-timer-value{font-size:1.5rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums}.checkin-time-detail{font-size:.8125rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.geofence-badge{display:inline-block;font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:9999px}.geofence-badge--ok{background:#dcfce7;color:#166534}.geofence-badge--warn{background:#fef3c7;color:#92400e}.checkin-section{margin-bottom:1rem}.checkin-section h4{margin:0 0 .5rem;font-size:.875rem;font-weight:600}.checkin-gps-error{color:var(--danger);font-size:.8125rem;margin:.25rem 0 0}.checkin-gps-result{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.875rem}.checkin-gps-coords{font-family:monospace;font-size:.8125rem}.checkin-checklist{list-style:none;padding:0;margin:0}.checkin-checklist-item{padding:.375rem 0;border-bottom:1px solid var(--border)}.checkin-checklist-item:last-child{border-bottom:none}.checkin-checklist-item label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.checkin-checklist-item input[type=checkbox]{width:1rem;height:1rem;flex-shrink:0}.checkin-summary-card{background:#f0fdf4;border:1px solid #bbf7d0}.checkin-summary-grid{display:grid;gap:.5rem}.sc-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:.375rem 1rem;font-size:.875rem}.sc-collected-badge{font-size:.75rem;color:#22c55e;font-weight:500}.sc-signature-check{margin-top:1.5rem;padding:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius)}.pc{border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;background:var(--color-surface)}.pc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.pc-header h4{font-size:.9375rem;font-weight:600}.pc-header-actions{display:flex;gap:.5rem}.pc-camera{display:flex;flex-direction:column;gap:.75rem}.pc-viewfinder{position:relative;background:#000;border-radius:var(--radius);overflow:hidden;aspect-ratio:16 / 9}.pc-video{width:100%;height:100%;object-fit:cover;display:block}.pc-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem}.pc-camera-controls{display:flex;align-items:center;justify-content:space-between}.pc-shutter{width:56px;height:56px;border-radius:50%;border:4px solid var(--color-primary);background:transparent;cursor:pointer;position:relative;transition:background .15s}.pc-shutter:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--color-primary);transition:transform .15s}.pc-shutter:hover:after{transform:scale(.9)}.pc-shutter:disabled{opacity:.4;cursor:not-allowed}.pc-preview{display:flex;flex-direction:column}.pc-preview-img{width:100%;border-radius:var(--radius);max-height:400px;object-fit:contain;background:#000}.pc-preview-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.75rem}.pc-gallery{min-height:40px}.pc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.pc-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.scanner-viewport{position:relative;background:#000;min-height:200px;display:flex;align-items:center;justify-content:center}.scanner-video{width:100%;max-height:240px;object-fit:cover}.scanner-loading{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;justify-content:center;background:#000000b3}.scanner-crosshair{position:absolute;top:20%;right:20%;bottom:20%;left:20%;border:2px solid rgba(79,70,229,.7);border-radius:4px;pointer-events:none}.scanner-manual{padding:1rem;display:flex;gap:.75rem;align-items:flex-end}.scanner-manual .form-group{flex:1;margin-bottom:0}.scanner-controls{padding:.5rem 1rem;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end}.barcode-label{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius);gap:.25rem;min-width:160px}.barcode-label-header{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:500;color:var(--color-text-muted)}.barcode-label-type{white-space:nowrap}.barcode-label-bars{width:100%;height:28px}.barcode-svg{width:100%;height:100%}.barcode-label-value{font-size:.625rem;color:var(--color-text-muted);letter-spacing:.05em}.barcode-label-verified{font-size:.625rem;color:#16a34a;font-weight:600}.sc-tube-verify-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.5rem;flex-wrap:wrap}.sc-tube-verify-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-wrap:wrap}.sc-tube-scanner{display:flex;flex-direction:column;gap:.5rem;width:280px}.sc-verified-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#16a34a;background:#f0fdf4;padding:.25rem .5rem;border-radius:4px;border:1px solid #bbf7d0}.sc-mismatch-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--color-error);background:var(--color-error-bg);padding:.25rem .5rem;border-radius:4px;border:1px solid var(--color-error-border)}.sc-wristband-section{margin-bottom:1.25rem;padding:1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--radius)}.sc-wristband-result{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.sc-wristband-scanner{display:flex;flex-direction:column;gap:.5rem}.sc-custody-timeline{display:flex;flex-direction:column;gap:0;padding-left:1rem;border-left:2px solid var(--color-border)}.sc-custody-entry{display:flex;gap:.75rem;padding:.75rem 0;position:relative}.sc-custody-dot{width:10px;height:10px;min-width:10px;border-radius:50%;background:var(--color-primary);margin-top:.375rem;position:absolute;left:-1.375rem}.sc-custody-content{font-size:.875rem;line-height:1.5}.sc-container{max-width:720px;margin:0 auto}@media (max-width: 640px){.sc-progress{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.sc-progress-label{font-size:.625rem}.sc-nav{position:sticky;bottom:0;background:var(--color-surface);padding:.75rem 1rem;border-top:1px solid var(--color-border);z-index:10}.sc-wristband-section{padding:.75rem}.sc-tube-buttons{grid-template-columns:repeat(2,1fr)}.sc-storage-options{grid-template-columns:1fr}}.sc-storage-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.sc-storage-card{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem;border:2px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,background .15s;text-align:center;-webkit-tap-highlight-color:transparent}.sc-storage-card:active{transform:scale(.98)}.sc-storage-card--selected{border-color:var(--color-primary);background:#eef2ff}.sc-storage-label{font-size:.8125rem;font-weight:500;color:var(--color-text)}.sc-temp-input-row{display:flex;align-items:center;gap:.5rem}.sc-temp-input{flex:1;max-width:160px;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1.125rem;font-weight:600;text-align:center}.sc-temp-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.sc-temp-unit{font-size:1rem;font-weight:600;color:var(--color-text-muted)}.sc-temp-ok{font-size:.8125rem;color:#16a34a;font-weight:500;padding:.5rem .75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius)}.sc-handling-grid{display:flex;flex-wrap:wrap;gap:.5rem}.sc-handling-chip{display:inline-flex;align-items:center;padding:.375rem .75rem;border:1.5px solid var(--color-border);border-radius:999px;font-size:.8125rem;cursor:pointer;transition:border-color .15s,background .15s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.sc-handling-chip:active{transform:scale(.97)}.sc-handling-chip--selected{border-color:var(--color-primary);background:#eef2ff;color:var(--color-primary);font-weight:500}.sc-handling-review{display:flex;flex-wrap:wrap;gap:.375rem}@media (max-width: 640px){.sc-handling-grid{gap:.375rem}.sc-handling-chip{font-size:.75rem;padding:.3125rem .625rem}}.spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--color-surface);border-radius:50%;animation:spin .8s linear infinite}.contact-link{color:var(--color-primary);text-decoration:none;font-weight:500}.contact-link:hover{text-decoration:underline}.contact-link--sms{font-size:.75rem;padding:.125rem .375rem;background:var(--color-info-bg);border:1px solid var(--color-info-border);border-radius:4px;color:#0284c7}.patient-alert{background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:4px;border:1px solid #fde68a;font-size:.875rem;display:inline-block}.test-list{display:flex;flex-direction:column;gap:.75rem}.test-item{padding:.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.test-item-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.test-item-name{font-weight:600;font-size:.9375rem}.tube-badge{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;white-space:nowrap}.test-item-details{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.8125rem}.fasting-tag{background:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;border:1px solid var(--color-error-border)}.test-instructions{margin-top:.375rem;font-size:.8125rem;color:var(--color-text-muted);font-style:italic}.job-timeline-list{display:flex;flex-direction:column;gap:0;position:relative;padding-left:1rem}.timeline-entry{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;position:relative}.timeline-entry:before{content:"";position:absolute;left:-.75rem;top:1.25rem;bottom:-.5rem;width:2px;background:var(--color-border)}.timeline-entry:last-child:before{display:none}.timeline-entry-dot{width:10px;height:10px;min-width:10px;border-radius:50%;background:var(--color-primary);margin-top:.3rem;position:relative;z-index:1;margin-left:-1.1rem}.timeline-entry--error .timeline-entry-dot{background:var(--color-error)}.timeline-entry-content{display:flex;flex-direction:column;gap:.125rem}.timeline-entry-label{font-weight:500;font-size:.875rem}.timeline-entry-time{font-size:.8125rem;color:var(--color-text-muted)}.action-bar{display:flex;gap:.5rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);margin-top:1rem;flex-wrap:wrap}@media (max-width: 768px){.action-bar{position:fixed;bottom:0;left:0;right:0;border-radius:0;border-left:0;border-right:0;border-bottom:0;z-index:20;box-shadow:0 -2px 8px #0000001a}.action-bar .btn{flex:1;text-align:center}.job-detail{padding-bottom:5rem}}.map-preview{border:1px solid var(--color-border)}.pc-thumb-wrap{cursor:pointer;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-surface-hover)}.pc-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .15s}.pc-thumb-wrap:hover .pc-thumb{transform:scale(1.05)}.pc-card-body{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.pc-badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-primary);background:var(--color-active-bg);padding:.125rem .375rem;border-radius:4px;width:fit-content}.pc-time{font-size:.75rem;color:var(--color-text-muted)}.pc-card-detail{margin-top:.5rem}.pc-full-img{width:100%;border-radius:var(--radius);max-height:300px;object-fit:contain;background:#000}.pc-review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;margin-top:.5rem}.pc-review-item{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.pc-review-thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius);border:1px solid var(--color-border)}.location-tracker-page{padding:1.5rem}.location-tracker-page .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.lt-tracking-indicator{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;font-size:.875rem}.lt-tracking-dot{width:10px;height:10px;border-radius:50%;background:var(--color-muted-text)}.lt-tracking-dot--active{background:#10b981;box-shadow:0 0 0 3px #10b98133;animation:lt-pulse 2s infinite}@keyframes lt-pulse{0%,to{box-shadow:0 0 0 3px #10b98133}50%{box-shadow:0 0 0 6px #10b9811a}}.lt-tracking-label{font-weight:500}.lt-controls{margin-bottom:1rem}.lt-controls h3{margin-bottom:.75rem}.lt-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.lt-mode-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.lt-mode-btn:hover{border-color:var(--color-primary)}.lt-mode-btn--active{border-color:var(--color-primary);background:var(--color-active-bg)}.lt-mode-icon{font-size:1.5rem}.lt-mode-name{font-weight:600;font-size:.875rem}.lt-mode-desc{font-size:.75rem;color:var(--color-text-muted)}.lt-options{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.lt-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.lt-toggle input[type=checkbox]{width:1rem;height:1rem}.lt-position-info{margin-bottom:1rem}.lt-position-info h3{margin-bottom:.5rem}.lt-position-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.lt-position-item{display:flex;flex-direction:column;gap:.125rem}.lt-position-item .detail-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.025em}.lt-eta-card{margin-bottom:1rem;border-left:4px solid var(--color-primary)}.lt-eta-card h3{margin-bottom:.75rem}.lt-eta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lt-eta-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.lt-eta-value{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.lt-eta-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase}.lt-destinations{margin-top:1rem}.lt-destinations h3{margin-bottom:.75rem}.lt-dest-list{display:flex;flex-direction:column;gap:.5rem}.lt-dest-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);cursor:pointer;transition:border-color .15s,background .15s;width:100%;text-align:left}.lt-dest-item:hover{border-color:var(--color-primary)}.lt-dest-item--selected{border-color:var(--color-primary);background:var(--color-active-bg)}.lt-dest-info{display:flex;align-items:center;gap:.75rem}.lt-dest-name{font-weight:500}.lt-dest-distance{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;font-size:.875rem}.lt-history,.lt-privacy{margin-top:1rem}.lt-privacy h3{margin-bottom:.5rem}@media (max-width: 768px){.lt-mode-grid{grid-template-columns:1fr}.lt-position-grid{grid-template-columns:repeat(2,1fr)}.lt-eta-grid{grid-template-columns:1fr}.lt-options{flex-direction:column;align-items:flex-start}}.navigate-to-job{max-width:640px;margin:0 auto}.nav-eta-banner{display:flex;gap:1rem;padding:1rem 1.25rem;background:var(--color-info-bg);border:1px solid var(--color-info-border);border-radius:var(--radius);margin-bottom:1rem}.nav-eta-item{display:flex;flex-direction:column;align-items:center;flex:1}.nav-eta-value{font-size:1.25rem;font-weight:700;color:var(--color-text)}.nav-eta-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.nav-map-container{height:350px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.nav-map-loading{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:var(--color-bg);color:var(--color-text-muted)}.nav-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.nav-btn-main{font-size:1rem;padding:.75rem 1rem}.nav-app-options{display:flex;flex-direction:column;gap:.5rem}.nav-app-btn{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:.9375rem}.nav-app-icon{font-size:1.125rem}.nav-btn-arrived{font-size:1rem;padding:.75rem 1rem;background:var(--color-success-text)}.nav-btn-arrived:hover{background:#047857}@media (max-width: 768px){.nav-map-container{height:280px}.nav-eta-banner{padding:.75rem}.nav-eta-value{font-size:1.125rem}}.admin-dashboard,.admin-facilities,.admin-users,.admin-detail,.admin-settings,.admin-health{padding:1.5rem}.admin-sidebar{background:linear-gradient(180deg,#1e1b4b,#312e81);color:#e0e7ff}.admin-sidebar .sidebar-brand h1{color:#a5b4fc}.admin-sidebar .sidebar-subtitle{color:#818cf8}.admin-sidebar .sidebar-brand{border-bottom-color:#ffffff1a}.admin-sidebar .nav-link{color:#c7d2fe}.admin-sidebar .nav-link:hover{background:#ffffff1a;color:#fff}.admin-sidebar .nav-link--active{background:#6366f14d;color:#fff}.admin-sidebar .user-email,.admin-sidebar .btn--ghost{color:#c7d2fe}.admin-sidebar .btn--ghost:hover{background:#ffffff1a;color:#fff}.admin-stats-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-bottom:1.5rem}.admin-alerts-card{margin-bottom:1.5rem}.admin-alerts-list{display:flex;flex-direction:column;gap:.5rem}.admin-alert-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius)}.admin-alert-severity{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;color:#fff;padding:.125rem .5rem;border-radius:4px;flex-shrink:0}.admin-alert-content{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.admin-alert-title{font-weight:600;font-size:.875rem}.admin-alert-message{font-size:.8125rem;color:var(--color-text-muted)}.admin-alert-time{font-size:.75rem;color:var(--color-text-muted);flex-shrink:0;white-space:nowrap}.admin-health-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.admin-health-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.25rem}.admin-health-header{display:flex;align-items:center;gap:.5rem}.admin-health-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.admin-health-title{font-weight:600;font-size:.875rem}.admin-health-status{font-size:.8125rem;font-weight:500}.admin-health-detail{font-size:.75rem;color:var(--color-text-muted)}.admin-health-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius);margin-bottom:1.5rem}.admin-health-banner-text{font-weight:600;font-size:1rem}.admin-health-banner-detail{font-size:.875rem;color:var(--color-text-muted);margin-left:auto}.admin-health-status-inline{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem}.admin-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.admin-detail-grid{grid-template-columns:1fr}}.admin-section-title{font-size:.9375rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.admin-form-grid{grid-template-columns:1fr}}.admin-info-list{display:flex;flex-direction:column;gap:.75rem}.admin-info-row{display:flex;align-items:flex-start;gap:1rem}.admin-info-label{font-size:.8125rem;color:var(--color-text-muted);min-width:100px;flex-shrink:0}.admin-info-value{font-size:.875rem}.admin-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.admin-error-banner{background:var(--color-error-bg);color:var(--color-error);border:1px solid var(--color-error-border);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem}.admin-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.admin-confirm-modal{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;max-width:420px;width:90%;box-shadow:0 4px 24px #00000026}.admin-confirm-modal h3{margin-bottom:.75rem}.admin-confirm-modal p{color:var(--color-text-muted);font-size:.875rem;margin-bottom:1.5rem}.admin-confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}.admin-stats-row{display:flex;gap:1.5rem}.admin-mini-stat{display:flex;flex-direction:column;align-items:center;gap:.125rem}.admin-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.admin-plan-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;border:2px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s;text-align:center}.admin-plan-card:hover{border-color:var(--color-primary)}.admin-plan-card--selected{border-color:var(--color-primary);background:var(--color-active-bg)}.admin-plan-name{font-weight:600;font-size:.9375rem}.admin-plan-desc{font-size:.75rem;color:var(--color-text-muted)}.admin-cert-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.admin-cert-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);font-size:.875rem;color:#166534}.admin-cert-item:before{content:"✓";font-weight:700;color:#16a34a}.admin-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--color-border)}.admin-tab{padding:.625rem 1rem;border:none;background:transparent;font-size:.875rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.admin-tab:hover{color:var(--color-text)}.admin-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.admin-settings-section{padding:.5rem 0}.admin-toggle-section{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.admin-toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.admin-toggle-label input[type=checkbox]{width:1rem;height:1rem}.admin-maintenance-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a;border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;margin-top:.75rem}.admin-chart-bars{display:flex;align-items:flex-end;gap:1rem;height:160px;padding:.5rem 0}.admin-chart-bar-group{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;height:100%;justify-content:flex-end}.admin-chart-bar{width:100%;max-width:40px;border-radius:4px 4px 0 0;min-height:4px;transition:height .3s}.admin-chart-bar-label{font-size:.6875rem;color:var(--color-text-muted)}.admin-chart-bar-value{font-size:.625rem;font-weight:600;color:var(--color-text)}.phleb-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);z-index:100;padding:.25rem 0;padding-bottom:env(safe-area-inset-bottom,0)}.phleb-bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.375rem .25rem;color:var(--color-text-muted);text-decoration:none;font-size:.625rem;flex:1;transition:color .15s}.phleb-bottom-nav-item--active{color:var(--color-primary)}.phleb-bottom-nav-icon{font-size:1.25rem;line-height:1}.phleb-bottom-nav-label{font-weight:500}@media (max-width: 768px){.phleb-layout .phleb-sidebar{display:none}.phleb-layout .phleb-main{margin-left:0;padding:1rem 1rem 5rem}.phleb-bottom-nav{display:flex}}.phleb-active{max-width:600px;margin:0 auto;padding:0 .5rem}.phleb-active-header{margin-bottom:1.25rem}.phleb-active-status-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.phleb-active-title{font-size:1.375rem;font-weight:700;margin:0}.status-badge--lg{font-size:.8125rem;padding:.25rem .75rem}.phleb-active-progress{display:flex;flex-direction:column;gap:0;margin-bottom:1.25rem}.phleb-step{display:flex;gap:.75rem;min-height:3rem}.phleb-step-indicator{display:flex;flex-direction:column;align-items:center;width:2rem;flex-shrink:0}.phleb-step-dot{width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;background:var(--color-border);color:var(--color-text-muted);flex-shrink:0}.phleb-step--done .phleb-step-dot{background:var(--color-success-text);color:#fff}.phleb-step--current .phleb-step-dot{background:var(--color-primary);color:#fff;box-shadow:0 0 0 3px #4f46e533}.phleb-step-line{width:2px;flex:1;min-height:1rem;background:var(--color-border);margin:.25rem 0}.phleb-step--done .phleb-step-line{background:var(--color-success-text)}.phleb-step-content{display:flex;flex-direction:column;padding:.25rem 0 .75rem}.phleb-step-label{font-size:.875rem;font-weight:600;color:var(--color-text-muted)}.phleb-step--current .phleb-step-label{color:var(--color-text)}.phleb-step--done .phleb-step-label{color:var(--color-success-text)}.phleb-step-desc{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.phleb-active-action{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.btn--full{width:100%;text-align:center}.phleb-active-card{margin-bottom:1rem}.phleb-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.phleb-info-item--full{grid-column:1 / -1}.phleb-info-label{font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);display:block;margin-bottom:.125rem}.phleb-info-value{font-size:.875rem;color:var(--color-text)}.phleb-tests-list{display:flex;flex-direction:column;gap:.5rem}.phleb-test-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.phleb-test-item:last-child{border-bottom:none}.phleb-test-name{font-size:.875rem;font-weight:500}.phleb-tube-badge{font-size:.6875rem;padding:.125rem .5rem;border-radius:999px;border:1px solid;font-weight:500}.phleb-tubes-summary{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.phleb-tube-dots{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.375rem}.phleb-tube-dot-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem}.phleb-tube-dot{width:.75rem;height:.75rem;border-radius:50%;display:inline-block}.phleb-facility-notes{font-size:.875rem;color:var(--color-text);line-height:1.6;margin:0}.phleb-notes-input{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit;font-size:.875rem;resize:vertical}.phleb-notes-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #4f46e526}.phleb-active-quick-actions{display:flex;gap:.5rem;margin-bottom:1rem}.phleb-active-quick-actions .btn{flex:1;text-align:center}.phleb-active-footer{text-align:center;padding:1rem 0}.phleb-active-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;min-height:50vh}.phleb-active-empty-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#d1fae5;color:var(--color-success-text);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.phleb-active-empty h2{margin-bottom:.5rem}.phleb-active-empty p{color:var(--color-text-muted);margin-bottom:1.5rem;max-width:280px}@media (max-width: 768px){.phleb-active{padding:0}.phleb-info-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:.5rem}.stat-card{padding:.75rem}.stat-value{font-size:1.5rem}.next-job-card{padding:.75rem}.page-header{flex-direction:column;gap:.75rem;align-items:flex-start}.action-buttons{width:100%;display:flex;gap:.5rem}.action-buttons .btn{flex:1;text-align:center}.detail-grid{grid-template-columns:1fr}.action-bar{position:fixed;bottom:3.5rem;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);padding:.5rem 1rem;display:flex;gap:.5rem;z-index:50}.action-bar .btn{flex:1;text-align:center;font-size:.8125rem}.phleb-dashboard-header{flex-direction:column;gap:.75rem}.phleb-header-actions{display:flex;gap:.5rem;width:100%}.phleb-header-actions .btn,.phleb-header-actions .status-toggle-btn{flex:1}.table-wrapper{margin:0 -.75rem}.table th,.table td{padding:.5rem;font-size:.8125rem}.schedule-timeline{gap:.25rem}.earnings-grid,.quick-actions-grid{grid-template-columns:1fr 1fr}.confirm-banner{flex-direction:column;gap:.5rem}.confirm-actions{width:100%;display:flex;gap:.5rem}.confirm-actions .btn{flex:1}.status-timeline{overflow-x:auto;padding-bottom:.5rem}.jobs-filters{gap:.5rem}.filter-row{flex-direction:column;gap:.5rem}}.phleb-map-page{display:flex;flex-direction:column;gap:1rem}.phleb-map-legend{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.phleb-map-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted)}.phleb-map-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--color-surface);box-shadow:0 0 0 1px #0000001a}.phleb-map-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.phleb-map-stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.125rem}.phleb-map-stat-value{font-size:1.25rem;font-weight:700;color:var(--color-text)}.phleb-map-stat-label{font-size:.75rem;color:var(--color-text-muted)}.phleb-map-controls{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.5rem}.phleb-map-filter-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.phleb-map-tabs{display:flex;gap:.25rem}.phleb-map-tab{padding:.375rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);font-size:.8125rem;font-family:inherit;color:var(--color-text-muted);cursor:pointer;transition:all .15s}.phleb-map-tab:hover{background:var(--color-bg)}.phleb-map-tab--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.phleb-map-wrapper{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.phleb-map-leaflet{height:450px;width:100%;z-index:0}.phleb-map-detail{margin-top:0}.phleb-map-detail-badges{display:flex;gap:.5rem;margin-bottom:.75rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@media (max-width: 768px){.phleb-map-stats{grid-template-columns:repeat(2,1fr)}.phleb-map-leaflet{height:320px}.phleb-map-tabs{flex-wrap:wrap}.phleb-map-tab{font-size:.75rem;padding:.3rem .5rem}.phleb-map-legend{flex-wrap:wrap;gap:.5rem}.phleb-map-filter-row{flex-direction:column;align-items:stretch}}.billing-filter-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.billing-filter-row h3{margin:0}.billing-actions{display:flex;gap:.5rem}.billing-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.billing-modal{background:var(--color-surface);border-radius:var(--radius);width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.billing-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.billing-modal-header h3{margin:0}.billing-modal-body{padding:1.5rem}.billing-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.billing-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--color-border)}@media (max-width: 768px){.billing-filter-row{flex-direction:column;align-items:stretch}.billing-detail-grid{grid-template-columns:1fr}.billing-modal{max-width:100%;margin:.5rem}}.checkin-page{max-width:640px;margin:0 auto;padding:1rem}.checkin-page-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.checkin-page-title h2{font-size:1.25rem;font-weight:700;margin:0}.checkin-page-subtitle{font-size:.8125rem;color:var(--color-text-muted)}.checkin-steps{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;padding:0 .25rem;position:relative}.checkin-steps:before{content:"";position:absolute;top:14px;left:24px;right:24px;height:2px;background:var(--color-border);z-index:0}.checkin-step-indicator{display:flex;flex-direction:column;align-items:center;gap:.375rem;position:relative;z-index:1}.checkin-step-dot{width:28px;height:28px;border-radius:50%;background:var(--color-surface);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--color-text-muted);transition:all .2s}.checkin-step-indicator--active .checkin-step-dot{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.checkin-step-indicator--current .checkin-step-dot{box-shadow:0 0 0 3px #4f46e533}.checkin-step-label{font-size:.6875rem;color:var(--color-text-muted);font-weight:500;white-space:nowrap}.checkin-step-indicator--active .checkin-step-label{color:var(--color-primary)}.checkin-flow-content{display:flex;flex-direction:column;gap:1rem}.checkin-flow-content .card{padding:1.25rem}.checkin-flow-content .card h3{font-size:.9375rem;font-weight:600;margin-bottom:.75rem}.checkin-flow-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-bottom:2rem}.btn--lg{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:var(--radius)}.checkin-gps-description{color:var(--color-text-muted);font-size:.875rem;margin-bottom:.75rem}.checkin-patient-name{font-weight:600;font-size:1.0625rem}.checkin-test-list{display:flex;flex-direction:column;gap:.5rem}.checkin-test-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.checkin-test-item:last-child{border-bottom:none}.checkin-test-name{font-size:.875rem;font-weight:500}.checkin-input{width:100%;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1rem}.timeline-entry--success .timeline-entry-dot{background:#10b981;border-color:#10b981}.timeline-entry--warning .timeline-entry-dot{background:#f59e0b;border-color:#f59e0b}.timeline-entry--info .timeline-entry-dot{background:#3b82f6;border-color:#3b82f6}@media (max-width: 768px){.checkin-page{padding:.75rem .75rem 5rem}.checkin-step-label{font-size:.625rem}.checkin-step-dot{width:24px;height:24px;font-size:.6875rem}.checkin-steps:before{top:12px;left:18px;right:18px}.checkin-flow-content .card{padding:1rem}}.earnings-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-sublabel{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.star-rating{color:#f59e0b;white-space:nowrap}.star-rating-value{color:var(--color-text);font-size:.85rem;margin-left:.25rem}.earnings-amount{font-weight:600;color:#059669}.performance-details{display:flex;flex-direction:column;gap:0}.perf-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.perf-row:last-child{border-bottom:none}.perf-label{color:var(--color-text-muted);font-size:.9rem}.perf-value{font-weight:600;font-size:.95rem}.text-muted{color:var(--color-text-muted);font-size:.85rem}@media (max-width: 768px){.earnings-summary-grid{grid-template-columns:1fr 1fr;gap:.75rem}.phleb-earnings .table th,.phleb-earnings .table td{padding:.5rem .4rem;font-size:.8rem}.phleb-earnings .table th:nth-child(3),.phleb-earnings .table td:nth-child(3),.phleb-earnings .table th:nth-child(5),.phleb-earnings .table td:nth-child(5){display:none}}.live-tracking-page{display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 2rem)}.live-tracking-subtitle{color:var(--color-text-muted);font-size:.875rem;margin:0}.live-tracking-header-actions{display:flex;align-items:center;gap:.75rem}.live-tracking-refresh-info{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-muted)}.live-tracking-pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--color-text-muted)}.live-tracking-pulse-dot--active{background:#10b981;animation:live-tracking-pulse 2s infinite}@keyframes live-tracking-pulse{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.live-tracking-last-update{font-size:.75rem;color:var(--color-text-muted)}.live-tracking-stats{display:flex;gap:.5rem;flex-wrap:wrap}.live-tracking-stat{flex:1;min-width:100px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.625rem .75rem;text-align:center}.live-tracking-stat-value{display:block;font-size:1.25rem;font-weight:700;line-height:1.2}.live-tracking-stat-label{font-size:.6875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.live-tracking-content{display:flex;gap:1rem;flex:1;min-height:0}.live-tracking-map-section{flex:1;display:flex;flex-direction:column;min-width:0}.live-tracking-legend{display:flex;gap:1rem;padding:.5rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius) var(--radius) 0 0;font-size:.75rem}.live-tracking-legend-item{display:flex;align-items:center;gap:.375rem}.live-tracking-legend-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--color-border)}.live-tracking-legend-dot--job{border-radius:2px;transform:rotate(45deg);background:#3b82f6;width:8px;height:8px}.live-tracking-map-wrapper{flex:1;border:1px solid var(--color-border);border-top:none;border-radius:0 0 var(--radius) var(--radius);overflow:hidden;min-height:300px}.live-tracking-leaflet{height:100%;width:100%;min-height:300px}.live-tracking-sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.live-tracking-sidebar-tabs{display:flex;border-bottom:1px solid var(--color-border)}.live-tracking-sidebar-tab{flex:1;padding:.625rem;border:none;background:none;cursor:pointer;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);transition:all .15s}.live-tracking-sidebar-tab--active{color:var(--color-primary);box-shadow:inset 0 -2px 0 var(--color-primary)}.live-tracking-sidebar-content{flex:1;overflow-y:auto}.live-tracking-feed{display:flex;flex-direction:column}.live-tracking-feed-item{display:flex;gap:.625rem;padding:.625rem .75rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--color-border);width:100%}.live-tracking-feed-item:hover{background:var(--color-bg)}.live-tracking-feed-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:.375rem}.live-tracking-feed-text{display:flex;flex-direction:column;gap:.125rem}.live-tracking-feed-msg{font-size:.8125rem;line-height:1.35}.live-tracking-feed-time{font-size:.6875rem;color:var(--color-text-muted)}.live-tracking-team-list{display:flex;flex-direction:column}.live-tracking-team-item{display:flex;gap:.625rem;align-items:center;padding:.625rem .75rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--color-border);width:100%}.live-tracking-team-item:hover,.live-tracking-team-item--selected{background:var(--color-bg)}.live-tracking-team-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.live-tracking-team-info{display:flex;flex-direction:column;gap:.125rem}.live-tracking-team-name{font-size:.8125rem;font-weight:500}.live-tracking-team-meta{font-size:.6875rem;color:var(--color-text-muted)}.live-tracking-jobs-list{display:flex;flex-direction:column}.live-tracking-job-item{padding:.625rem .75rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--color-border);width:100%}.live-tracking-job-item:hover,.live-tracking-job-item--selected{background:var(--color-bg)}.live-tracking-job-header{display:flex;justify-content:space-between;align-items:center}.live-tracking-job-patient{font-size:.8125rem;font-weight:500}.live-tracking-job-meta{font-size:.6875rem;color:var(--color-text-muted);margin-top:.125rem}.live-tracking-detail{border-top:1px solid var(--color-border);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.live-tracking-detail-header{display:flex;justify-content:space-between;align-items:center}.live-tracking-detail-header h3{margin:0;font-size:.9375rem}.live-tracking-detail-job{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border)}.live-tracking-detail-job h4{margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.live-tracking-timeline{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border)}.live-tracking-timeline h4{margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.live-tracking-timeline-item{display:flex;gap:.5rem;align-items:flex-start;padding:.25rem 0;position:relative}.live-tracking-timeline-item:not(:last-child):after{content:"";position:absolute;left:4px;top:16px;bottom:-4px;width:2px;background:var(--color-border)}.live-tracking-timeline-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:2px;z-index:1}.live-tracking-timeline-text{display:flex;justify-content:space-between;flex:1;font-size:.8125rem}.live-tracking-timeline-label{font-weight:500}.live-tracking-timeline-time{color:var(--color-text-muted);font-size:.75rem}@media (max-width: 1024px){.live-tracking-content{flex-direction:column}.live-tracking-sidebar{width:100%;max-height:350px}.live-tracking-map-wrapper{min-height:250px;height:350px}}@media (max-width: 640px){.live-tracking-stats{display:grid;grid-template-columns:repeat(3,1fr)}.live-tracking-header-actions{flex-wrap:wrap}.live-tracking-legend{flex-wrap:wrap;gap:.5rem}}.help-search-wrapper{position:relative}.help-search-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);outline:none;transition:border-color .15s}.help-search-input:focus{border-color:var(--color-primary)}.help-search-input::placeholder{color:var(--color-text-muted)}.help-categories{display:flex;flex-wrap:wrap;gap:.5rem}.help-category-chip{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.help-category-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.help-category-chip--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.help-category-chip--active:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:#fff}.help-quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.help-quick-link-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:var(--color-text);transition:border-color .15s,box-shadow .15s}.help-quick-link-card:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #4f46e51a}.help-quick-link-card strong{display:block;font-size:.9375rem;margin-bottom:.25rem}.help-quick-link-card p{font-size:.8125rem;color:var(--color-text-muted);margin:0}.help-quick-link-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);background:#eef2ff;color:var(--color-primary);font-size:1.25rem;font-weight:700;flex-shrink:0}.help-category-section{margin-bottom:2rem}.help-category-title{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem;display:flex;align-items:center}.help-article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.help-article-card{display:block;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:var(--color-text);transition:border-color .15s,box-shadow .15s}.help-article-card:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #4f46e51a}.help-article-card h4{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.help-article-card p{font-size:.8125rem;color:var(--color-text-muted);margin:0 0 .75rem;line-height:1.5}.help-article-tags{display:flex;gap:.375rem;flex-wrap:wrap}.help-tag{display:inline-block;padding:.125rem .5rem;font-size:.6875rem;border-radius:999px;background:#f1f5f9;color:var(--color-text-muted)}.help-breadcrumb{display:inline-block;font-size:.8125rem;color:var(--color-primary);text-decoration:none;margin-bottom:.5rem}.help-breadcrumb:hover{text-decoration:underline}.help-steps{display:flex;flex-direction:column;gap:1rem}.help-step-card{display:flex;gap:1.25rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.help-step-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:700;flex-shrink:0}.help-step-content h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.help-step-content p{font-size:.875rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:.75rem;white-space:pre-line}.help-next-steps{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.help-next-steps li{font-size:.875rem;color:var(--color-text-muted);padding-left:1rem;position:relative}.help-next-steps li:before{content:"→";position:absolute;left:0;color:var(--color-primary)}.help-next-steps li a{color:var(--color-primary);text-decoration:none}.help-next-steps li a:hover{text-decoration:underline}.help-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.help-faq-item{background:var(--color-surface)}.help-faq-item+.help-faq-item{border-top:1px solid var(--color-border)}.help-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:none;border:none;font-size:.9375rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left;gap:1rem}.help-faq-question:hover{background:#f8fafc}.help-faq-chevron{font-size:1rem;color:var(--color-text-muted);transition:transform .2s;flex-shrink:0}.help-faq-chevron--open{transform:rotate(90deg)}.help-faq-answer{padding:0 1.25rem 1rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.7}.help-article-content{display:flex;flex-direction:column;gap:1rem}.help-article-section h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.help-article-body{font-size:.875rem;color:var(--color-text-muted);line-height:1.7}.help-article-body p{margin-bottom:.75rem;white-space:pre-line}.help-article-body p:last-child{margin-bottom:0}@media (max-width: 768px){.help-quick-links,.help-article-grid{grid-template-columns:1fr}.help-step-card{flex-direction:column;gap:.75rem}}.theme-toggle{display:flex;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:2px;gap:2px}.theme-toggle__btn{display:flex;align-items:center;justify-content:center;width:32px;height:28px;border:none;border-radius:calc(var(--radius) - 2px);background:transparent;color:var(--color-text-muted);cursor:pointer;font-size:.875rem;transition:background .15s,color .15s}.theme-toggle__btn:hover{background:var(--color-surface-hover);color:var(--color-text)}.theme-toggle__btn--active{background:var(--color-surface);color:var(--color-text);box-shadow:0 1px 2px #0000001a}.theme-toggle__btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px;border-radius:calc(var(--radius) - 2px)}.theme-toggle__icon{line-height:1}.error-boundary{display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.error-boundary--app{min-height:100vh}.error-boundary--page{min-height:300px}.error-boundary__content{text-align:center;max-width:420px}.error-boundary__icon{width:48px;height:48px;border-radius:50%;background:var(--color-error-bg);color:var(--color-error);font-size:1.5rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.error-boundary__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.error-boundary__message{color:var(--color-text-muted);font-size:.875rem;margin-bottom:1.5rem;word-break:break-word}.error-boundary__actions{display:flex;gap:.75rem;justify-content:center}.page-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;border:1px dashed var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.page-error__icon{width:36px;height:36px;border-radius:50%;background:var(--color-error-bg);color:var(--color-error);font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center}.page-error__message{color:var(--color-text-muted);font-size:.875rem}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton{background:var(--color-border);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton--text{height:14px;width:100%;margin-bottom:.5rem}.skeleton--heading{height:24px;width:200px;margin-bottom:.75rem}.skeleton--card{padding:1.25rem;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;gap:.5rem;animation:none}.skeleton--card .skeleton--text{animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton--stat{padding:1.25rem;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;gap:.5rem;animation:none}.skeleton--stat .skeleton--text{animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton--stat-value{height:32px;width:60px;margin:.25rem 0}.skeleton-group{display:flex;flex-direction:column;gap:.5rem}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.skeleton-grid--stats{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.skeleton--avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.skeleton-list{display:flex;flex-direction:column;gap:.75rem}.skeleton-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.skeleton-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.skeleton-detail-field{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 640px){.skeleton-detail-grid{grid-template-columns:1fr}}.offline-banner{position:fixed;top:0;left:0;right:0;z-index:9999;background:#f59e0b;color:#78350f;text-align:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.offline-banner__icon{font-size:1rem}.scheduling{padding:0}.sched-header-actions{display:flex;gap:.5rem}.sched-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem 1.5rem;background:var(--card-bg, #fff);border-bottom:1px solid var(--border, #e5e7eb)}.sched-toolbar__left,.sched-toolbar__right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.sched-view-toggle{display:inline-flex;border:1px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden}.sched-view-btn{padding:.375rem .75rem;font-size:.8125rem;background:transparent;border:none;cursor:pointer;color:var(--text-secondary, #6b7280);transition:background .15s,color .15s}.sched-view-btn:hover{background:var(--hover-bg, #f3f4f6)}.sched-view-btn--active{background:var(--primary, #3b82f6);color:#fff}.sched-view-btn--active:hover{background:var(--primary-dark, #2563eb)}.sched-nav{display:flex;align-items:center;gap:.25rem}.sched-nav__label{font-size:.875rem;font-weight:600;margin-left:.5rem;white-space:nowrap}.sched-filter-select{padding:.375rem .75rem;font-size:.8125rem;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--card-bg, #fff);color:var(--text, #111827)}.sched-unassigned-banner{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:#fef3c7;border-bottom:1px solid #fcd34d;color:#92400e;font-size:.875rem}.sched-unassigned-banner__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f59e0b;color:#fff;font-size:.75rem;font-weight:700}.sched-content{display:flex;gap:0;min-height:calc(100vh - 220px)}.sched-main{flex:1;overflow-x:auto}.sched-calendar{min-width:700px}.sched-calendar__header{display:grid;grid-template-columns:72px repeat(7,1fr);border-bottom:2px solid var(--border, #e5e7eb);position:sticky;top:0;background:var(--card-bg, #fff);z-index:2}.sched-calendar--day .sched-calendar__header{grid-template-columns:72px 1fr}.sched-calendar__time-gutter{padding:.5rem .25rem;font-size:.75rem;color:var(--text-secondary, #6b7280);text-align:center;border-right:1px solid var(--border, #e5e7eb)}.sched-calendar__day-header{display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;font-size:.75rem;border-right:1px solid var(--border, #e5e7eb)}.sched-calendar__day-header--today{background:#eff6ff}.sched-calendar__day-name{color:var(--text-secondary, #6b7280);text-transform:uppercase;font-size:.6875rem;letter-spacing:.03em}.sched-calendar__day-date{font-size:1.125rem;font-weight:700;color:var(--text, #111827)}.sched-calendar__day-header--today .sched-calendar__day-date{color:var(--primary, #3b82f6)}.sched-calendar__body{position:relative}.sched-calendar__row{display:grid;grid-template-columns:72px repeat(7,1fr);min-height:60px;border-bottom:1px solid var(--border-light, #f3f4f6)}.sched-calendar--day .sched-calendar__row{grid-template-columns:72px 1fr}.sched-calendar__time-label{padding:.25rem .375rem;font-size:.6875rem;color:var(--text-secondary, #6b7280);text-align:right;border-right:1px solid var(--border, #e5e7eb)}.sched-calendar__cell{position:relative;border-right:1px solid var(--border-light, #f3f4f6);min-height:60px;padding:2px}.sched-calendar__cell--day{display:flex;flex-direction:column;gap:.25rem;padding:.25rem .5rem}.sched-calendar__event{position:absolute;left:2px;right:2px;padding:2px 4px;border-radius:4px;font-size:.6875rem;line-height:1.3;overflow:hidden;cursor:pointer;background:#dbeafe;border-left:3px solid #3b82f6;z-index:1;transition:box-shadow .15s}.sched-calendar__event:hover{box-shadow:0 2px 8px #00000026;z-index:2}.sched-calendar__event--unassigned{background:#fef3c7;border-left-color:#f59e0b}.sched-calendar__event--urgent{border-left-color:#f59e0b}.sched-calendar__event--stat{border-left-color:#ef4444;background:#fee2e2}.sched-calendar__event-time{font-weight:600;display:block}.sched-calendar__event-patient{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-calendar__event-phleb{display:block;color:var(--text-secondary, #6b7280);font-size:.625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-job-card{background:var(--card-bg, #fff);border:1px solid var(--border, #e5e7eb);border-left:4px solid #3b82f6;border-radius:8px;padding:.75rem;cursor:default;transition:box-shadow .15s}.sched-job-card:hover{box-shadow:0 2px 8px #00000014}.sched-job-card--unassigned{border-left-color:#f59e0b;cursor:pointer}.sched-job-card--urgent{border-left-color:#f59e0b}.sched-job-card--stat{border-left-color:#ef4444}.sched-job-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.sched-job-card__priority{font-size:.75rem;font-weight:600;text-transform:uppercase}.sched-job-card__patient{font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.sched-job-card__time,.sched-job-card__tests{font-size:.8125rem;color:var(--text-secondary, #6b7280);margin-bottom:.125rem}.sched-job-card__phleb{margin-top:.5rem;display:flex;align-items:center}.sched-job-card__assigned{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--primary, #3b82f6);font-weight:500}.sched-job-card__unassign{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid #e5e7eb;background:transparent;color:#6b7280;font-size:.6875rem;cursor:pointer;line-height:1}.sched-job-card__unassign:hover{background:#fee2e2;color:#ef4444;border-color:#ef4444}.sched-list{padding:1rem 1.5rem}.sched-list__group{margin-bottom:1.5rem}.sched-list__date{font-size:.9375rem;font-weight:700;margin-bottom:.75rem;color:var(--text, #111827)}.sched-list__jobs{display:flex;flex-direction:column;gap:.5rem}.sched-phleb-panel{width:280px;min-width:280px;border-left:1px solid var(--border, #e5e7eb);background:var(--card-bg, #fff);overflow-y:auto}.sched-phleb-panel__title{padding:.75rem 1rem;font-size:.875rem;font-weight:700;border-bottom:1px solid var(--border, #e5e7eb);margin:0}.sched-phleb-list{display:flex;flex-direction:column}.sched-phleb-card{padding:.75rem 1rem;border-bottom:1px solid var(--border-light, #f3f4f6);cursor:pointer;transition:background .15s}.sched-phleb-card:hover{background:var(--hover-bg, #f9fafb)}.sched-phleb-card--active{background:#eff6ff;border-left:3px solid var(--primary, #3b82f6)}.sched-phleb-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.sched-phleb-card__avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--primary, #3b82f6);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.sched-phleb-card__avatar--lg{width:48px;height:48px;font-size:1rem}.sched-phleb-card__info{display:flex;flex-direction:column;min-width:0}.sched-phleb-card__name{font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-phleb-card__status{font-size:.75rem;font-weight:500}.sched-phleb-card__stats{display:flex;gap:.75rem;font-size:.6875rem;color:var(--text-secondary, #6b7280);margin-bottom:.25rem}.sched-phleb-card__avail{font-size:.6875rem;margin-bottom:.375rem}.sched-phleb-card__avail--on{color:#059669;font-weight:500}.sched-phleb-card__avail--off{color:#9ca3af}.sched-phleb-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center}.sched-phleb-detail{background:var(--card-bg, #fff);border-radius:12px;width:480px;max-width:95vw;max-height:85vh;overflow-y:auto;padding:1.5rem;box-shadow:0 20px 60px #0003}.sched-phleb-detail__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.sched-phleb-detail__header h3{margin:0 0 .25rem}.sched-phleb-detail__close{margin-left:auto;background:transparent;border:1px solid var(--border, #e5e7eb);border-radius:6px;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem}.sched-phleb-detail__close:hover{background:var(--hover-bg, #f3f4f6)}.sched-phleb-detail__section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light, #f3f4f6)}.sched-phleb-detail__section:last-child{border-bottom:none;padding-bottom:0}.sched-phleb-detail__section h4{font-size:.8125rem;font-weight:700;margin:0 0 .5rem;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.03em}.sched-phleb-detail__certs{display:flex;gap:.375rem;flex-wrap:wrap}.sched-phleb-detail__cert{display:inline-block;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#eff6ff;color:var(--primary, #3b82f6)}.sched-phleb-detail__schedule{display:flex;flex-direction:column;gap:.25rem}.sched-phleb-detail__day{display:flex;justify-content:space-between;font-size:.8125rem;padding:.25rem 0}.sched-phleb-detail__day-name{font-weight:600;width:40px}.sched-phleb-detail__day-hours{color:#059669}.sched-phleb-detail__day-off{color:#9ca3af}.sched-phleb-detail__jobs{display:flex;flex-direction:column;gap:.375rem}.sched-phleb-detail__job{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;font-size:.8125rem;text-decoration:none;color:var(--text, #111827);background:var(--hover-bg, #f9fafb);transition:background .15s}.sched-phleb-detail__job:hover{background:#eff6ff}.sched-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center}.sched-modal{background:var(--card-bg, #fff);border-radius:12px;width:540px;max-width:95vw;max-height:85vh;overflow-y:auto;padding:1.5rem;box-shadow:0 20px 60px #0003}.sched-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.sched-modal__header h3{margin:0}.sched-modal__close{background:transparent;border:1px solid var(--border, #e5e7eb);border-radius:6px;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem}.sched-modal__close:hover{background:var(--hover-bg, #f3f4f6)}.sched-modal__job-info{background:var(--hover-bg, #f9fafb);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.sched-modal__job-row{font-size:.8125rem;padding:.25rem 0}.sched-modal__section{margin-bottom:1rem}.sched-modal__section h4{font-size:.8125rem;font-weight:700;margin:0 0 .5rem}.sched-modal__phleb-list{display:flex;flex-direction:column;gap:.375rem}.sched-modal__phleb-list--disabled{opacity:.5}.sched-modal__phleb-option{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border:2px solid var(--border, #e5e7eb);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.sched-modal__phleb-option:hover{border-color:var(--primary, #3b82f6);background:#f0f7ff}.sched-modal__phleb-option--selected{border-color:var(--primary, #3b82f6);background:#eff6ff}.sched-modal__phleb-option--disabled{cursor:default;opacity:.6}.sched-modal__phleb-option--disabled:hover{border-color:var(--border, #e5e7eb);background:transparent}.sched-modal__phleb-option input[type=radio]{display:none}.sched-modal__phleb-info{display:flex;flex-direction:column;flex:1;min-width:0}.sched-modal__phleb-name{font-size:.875rem;font-weight:600}.sched-modal__phleb-meta{font-size:.75rem;color:var(--text-secondary, #6b7280)}.sched-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top:1px solid var(--border, #e5e7eb)}.payout-list{display:flex;flex-direction:column;gap:.75rem}.payout-item{border:1px solid var(--color-border, #e5e7eb);border-radius:.5rem;padding:.875rem}.payout-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.payout-period{font-weight:600;font-size:.9rem}.payout-item-body{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.payout-amount{font-size:1.25rem;font-weight:700;color:var(--color-primary, #059669)}.payout-breakdown{display:flex;gap:.75rem;font-size:.8rem;color:var(--color-text-muted, #6b7280)}.payout-item-footer{display:flex;gap:1rem;font-size:.8rem;border-top:1px solid var(--color-border, #e5e7eb);padding-top:.5rem}@media (max-width: 768px){.payout-breakdown,.payout-item-body{flex-direction:column;gap:.25rem}}.help-video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.help-video-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:border-color .15s}.help-video-card:hover{border-color:var(--color-primary)}.help-video-placeholder{position:relative;background:var(--color-bg-tertiary, #e5e7eb);aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;cursor:default}.help-video-play-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;padding-left:.15rem}.help-video-duration{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem}.help-video-coming-soon{position:absolute;top:.5rem;left:.5rem;background:var(--color-primary, #2563eb);color:#fff;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.1875rem .5rem;border-radius:.25rem}.help-video-info{padding:1rem}.help-video-info h4{font-size:.9375rem;font-weight:600;margin:.5rem 0 .375rem}.help-video-info p{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-input--error{border-color:var(--color-danger, #ef4444)}.form-error{display:block;font-size:.8125rem;color:var(--color-danger, #ef4444);margin-top:.25rem}@media (max-width: 768px){.help-video-grid,.form-grid{grid-template-columns:1fr}}[data-theme=dark] .alert--success,[data-theme=dark] .cost-preview,[data-theme=dark] .signature-consent,[data-theme=dark] .wizard-step--done,[data-theme=dark] .checkin-summary-card,[data-theme=dark] .sc-temp-ok,[data-theme=dark] .admin-cert-item{background:#064e3b;color:#6ee7b7;border-color:#065f46}[data-theme=dark] .cost-breakdown,[data-theme=dark] .checkin-timer-card,[data-theme=dark] .sc-signature-check,[data-theme=dark] .sc-wristband-section,[data-theme=dark] .sched-calendar__day-header--today,[data-theme=dark] .sched-phleb-card--active,[data-theme=dark] .sched-phleb-detail__job:hover,[data-theme=dark] .sched-modal__phleb-option--selected{background:#1e3a5f;border-color:#1e40af}[data-theme=dark] .sched-calendar__event{background:#1e3a5f;border-left-color:#60a5fa}[data-theme=dark] .sched-phleb-detail__stat-badge{background:#1e3a5f;color:#60a5fa}[data-theme=dark] .estimate-box,[data-theme=dark] .patient-alert,[data-theme=dark] .geofence-badge--warn,[data-theme=dark] .admin-maintenance-warning,[data-theme=dark] .sched-unassigned-banner,[data-theme=dark] .sched-calendar__event--unassigned{background:#78350f;color:#fbbf24;border-color:#92400e}[data-theme=dark] .estimate-label,[data-theme=dark] .estimate-value{color:#fbbf24}[data-theme=dark] .response-timer--urgent,[data-theme=dark] .fasting-tag,[data-theme=dark] .sched-calendar__event--stat,[data-theme=dark] .sched-job-card__unassign:hover{background:#7f1d1d;color:#fca5a5;border-color:#991b1b}[data-theme=dark] .btn--danger:hover{background:#b91c1c}[data-theme=dark] .role-badge--facility_staff,[data-theme=dark] .setup-review-tag,[data-theme=dark] .sc-storage-card--selected,[data-theme=dark] .help-category-icon{background:var(--color-active-bg)}[data-theme=dark] .role-badge--facility_admin{background:#581c87;color:#d8b4fe}[data-theme=dark] .role-badge--phlebotomist{background:#064e3b;color:#6ee7b7}[data-theme=dark] .role-badge--viewer{background:var(--color-muted-bg);color:var(--color-muted-text)}[data-theme=dark] .role-badge--lab_tech{background:#7c2d12;color:#fdba74}[data-theme=dark] .help-tag{background:var(--color-muted-bg);color:var(--color-muted-text)}[data-theme=dark] .sched-phleb-card:hover{background:var(--color-surface-hover)}[data-theme=dark] .sched-phleb-detail__job{background:var(--color-surface)}[data-theme=dark] .sched-modal__phleb-option:hover{background:var(--color-surface-hover)}[data-theme=dark] .wizard-step--done{border-color:#065f46;@keyframes toast-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px #4f46e533}50%{box-shadow:0 0 0 6px #4f46e51a}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes entry-pulse-anim{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.7)}}}[data-theme=dark] .wizard-step--done .not-found{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--color-bg, #f9fafb)}[data-theme=dark] .wizard-step--done .not-found__content{text-align:center;max-width:420px}[data-theme=dark] .wizard-step--done .not-found__code{font-size:6rem;font-weight:800;line-height:1;color:var(--color-primary, #3b82f6);margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .not-found__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text, #111827)}[data-theme=dark] .wizard-step--done .not-found__message{font-size:.9375rem;color:var(--color-text-muted, #6b7280);margin:0 0 1.5rem;line-height:1.5}[data-theme=dark] .wizard-step--done .not-found__actions{display:flex;gap:.75rem;justify-content:center}[data-theme=dark] .wizard-step--done .error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--color-bg, #f9fafb)}[data-theme=dark] .wizard-step--done .error-page__content{text-align:center;max-width:420px}[data-theme=dark] .wizard-step--done .error-page__icon{font-size:3rem;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .error-page__code{font-size:6rem;font-weight:800;line-height:1;color:var(--color-error, #ef4444);margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .error-page__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text, #111827)}[data-theme=dark] .wizard-step--done .error-page__message{font-size:.9375rem;color:var(--color-text-muted, #6b7280);margin:0 0 .75rem;line-height:1.5}[data-theme=dark] .wizard-step--done .error-page__hint{font-size:.8125rem;color:var(--color-text-muted, #6b7280);margin:0 0 1.5rem;font-style:italic}[data-theme=dark] .wizard-step--done .error-page__actions{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .error-page__status{font-size:.8125rem;margin:0}[data-theme=dark] .wizard-step--done .error-page__status--online{color:var(--color-success-text, #059669)}[data-theme=dark] .wizard-step--done .loading-timeout{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}[data-theme=dark] .wizard-step--done .loading-timeout__icon{width:48px;height:48px;border-radius:50%;background:var(--color-warning, #f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .loading-timeout__message{font-size:.9375rem;color:var(--color-text-muted, #6b7280);margin:0 0 1rem}[data-theme=dark] .wizard-step--done .loading-timeout__actions{display:flex;gap:.75rem}[data-theme=dark] .wizard-step--done .skeleton--chart{border-radius:8px;margin-top:1rem}[data-theme=dark] .wizard-step--done .skeleton--map{border-radius:8px;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e5e7eb);position:relative;overflow:hidden}[data-theme=dark] .wizard-step--done .skeleton--map:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--color-surface, #f3f4f6) 25%,transparent 25%,transparent 50%,var(--color-surface, #f3f4f6) 50%,var(--color-surface, #f3f4f6) 75%,transparent 75%);background-size:40px 40px;opacity:.3}[data-theme=dark] .wizard-step--done .skeleton--map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--color-text-muted, #6b7280);font-size:.875rem;z-index:1}[data-theme=dark] .wizard-step--done .error-boundary__icon--network{background:var(--color-warning, #f59e0b)}[data-theme=dark] .wizard-step--done .toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:10000;display:flex;flex-direction:column-reverse;gap:.5rem;max-width:420px;width:100%;pointer-events:none}[data-theme=dark] .wizard-step--done .toast{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border-radius:8px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);box-shadow:0 4px 16px #0000001f;font-size:.875rem;color:var(--color-text, #111827);pointer-events:auto;animation:toast-slide-in .25s ease-out}[data-theme=dark] .wizard-step--done .toast__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}[data-theme=dark] .wizard-step--done .toast__icon--success{background:#dcfce7;color:#16a34a}[data-theme=dark] .wizard-step--done .toast__icon--error{background:#fee2e2;color:#dc2626}[data-theme=dark] .wizard-step--done .toast__icon--warning{background:#fef3c7;color:#d97706}[data-theme=dark] .wizard-step--done .toast__icon--info{background:#dbeafe;color:#2563eb}[data-theme=dark] .wizard-step--done .toast--success{border-left:3px solid #16a34a}[data-theme=dark] .wizard-step--done .toast--error{border-left:3px solid #dc2626}[data-theme=dark] .wizard-step--done .toast--warning{border-left:3px solid #d97706}[data-theme=dark] .wizard-step--done .toast--info{border-left:3px solid #2563eb}[data-theme=dark] .wizard-step--done .toast__message{flex:1;min-width:0;line-height:1.4}[data-theme=dark] .wizard-step--done .toast__action{background:none;border:none;color:var(--color-primary, #3b82f6);font-weight:600;font-size:.8125rem;cursor:pointer;white-space:nowrap;padding:.25rem .5rem;border-radius:4px}[data-theme=dark] .wizard-step--done .toast__action:hover{background:var(--color-primary-light, #eff6ff)}[data-theme=dark] .wizard-step--done .toast__close{background:none;border:none;color:var(--color-text-muted, #9ca3af);font-size:1.125rem;cursor:pointer;padding:.125rem .25rem;line-height:1;flex-shrink:0}[data-theme=dark] .wizard-step--done .toast__close:hover{color:var(--color-text, #111827)}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .toast-container{left:1rem;right:1rem;bottom:1rem}}[data-theme=dark] .wizard-step--done .sidebar-brand{position:relative}[data-theme=dark] .wizard-step--done .sidebar-collapse-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;color:var(--color-text-muted);transition:background .15s}[data-theme=dark] .wizard-step--done .sidebar-collapse-btn:hover{background:var(--color-active-bg);color:var(--color-primary)}[data-theme=dark] .wizard-step--done .sidebar--collapsed{width:var(--sidebar-collapsed-width)}[data-theme=dark] .wizard-step--done .sidebar--collapsed .sidebar-brand{padding:1rem .5rem;text-align:center}[data-theme=dark] .wizard-step--done .sidebar--collapsed .sidebar-brand h1{font-size:1rem}[data-theme=dark] .wizard-step--done .sidebar--collapsed .sidebar-collapse-btn{position:static;transform:none;margin-top:.5rem}[data-theme=dark] .wizard-step--done .sidebar--collapsed .sidebar-nav{padding:1rem .25rem}[data-theme=dark] .wizard-step--done .sidebar--collapsed .nav-link{justify-content:center;padding:.625rem}[data-theme=dark] .wizard-step--done .sidebar--collapsed .sidebar-footer{padding:.75rem .5rem;text-align:center}[data-theme=dark] .wizard-step--done .layout--sidebar-collapsed .main-content{margin-left:var(--sidebar-collapsed-width)}[data-theme=dark] .wizard-step--done .mobile-topbar,[data-theme=dark] .wizard-step--done .sidebar-overlay{display:none}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .sidebar{transform:translate(-100%);transition:transform .25s ease;z-index:50}[data-theme=dark] .wizard-step--done .sidebar--mobile-open{transform:translate(0)}[data-theme=dark] .wizard-step--done .sidebar--collapsed{width:var(--sidebar-width)}[data-theme=dark] .wizard-step--done .sidebar-collapse-btn{display:none}[data-theme=dark] .wizard-step--done .main-content{margin-left:0;padding:4rem 1rem 5rem}[data-theme=dark] .wizard-step--done .layout--sidebar-collapsed .main-content{margin-left:0}[data-theme=dark] .wizard-step--done .mobile-topbar{display:flex;align-items:center;gap:.75rem;position:fixed;top:0;left:0;right:0;height:3.5rem;padding:0 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:40}[data-theme=dark] .wizard-step--done .mobile-menu-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--color-text);padding:.25rem}[data-theme=dark] .wizard-step--done .mobile-topbar-title{font-weight:700;font-size:1.125rem;color:var(--color-primary)}[data-theme=dark] .wizard-step--done .sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:45}}[data-theme=dark] .wizard-step--done .bottom-nav{display:none}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);z-index:30;padding:.25rem 0}[data-theme=dark] .wizard-step--done .bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.5rem .25rem;text-decoration:none;color:var(--color-text-muted);font-size:.625rem;font-weight:500;transition:color .15s}[data-theme=dark] .wizard-step--done .bottom-nav-item:hover{color:var(--color-text)}[data-theme=dark] .wizard-step--done .bottom-nav-item--active{color:var(--color-primary)}[data-theme=dark] .wizard-step--done .bottom-nav-item:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}[data-theme=dark] .wizard-step--done .bottom-nav-icon{font-size:1.125rem;line-height:1}[data-theme=dark] .wizard-step--done .bottom-nav-label{line-height:1}}[data-theme=dark] .wizard-step--done .breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;padding:.5rem 0;margin-bottom:1rem;font-size:.8125rem}[data-theme=dark] .wizard-step--done .breadcrumb-item{display:flex;align-items:center;gap:.25rem}[data-theme=dark] .wizard-step--done .breadcrumb-separator{color:var(--color-text-muted);margin:0 .125rem}[data-theme=dark] .wizard-step--done .breadcrumb-link{color:var(--color-text-muted);text-decoration:none}[data-theme=dark] .wizard-step--done .breadcrumb-link:hover{color:var(--color-primary);text-decoration:underline}[data-theme=dark] .wizard-step--done .breadcrumb-current{color:var(--color-text);font-weight:500}[data-theme=dark] .wizard-step--done .job-tracker{padding:1.5rem;max-width:1200px;margin:0 auto}[data-theme=dark] .wizard-step--done .tracker-subtitle{color:var(--color-text-muted);font-size:.875rem}[data-theme=dark] .wizard-step--done .tracker-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .poll-control{display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .poll-label{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap}[data-theme=dark] .wizard-step--done .poll-options{display:flex;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}[data-theme=dark] .wizard-step--done .poll-btn{padding:.25rem .625rem;font-size:.75rem;border:none;background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;border-right:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .poll-btn:last-child{border-right:none}[data-theme=dark] .wizard-step--done .poll-btn:hover{background:var(--color-surface-hover)}[data-theme=dark] .wizard-step--done .poll-btn--active{background:var(--color-primary);color:#fff}[data-theme=dark] .wizard-step--done .poll-btn--active:hover{background:var(--color-primary-hover)}[data-theme=dark] .wizard-step--done .last-refresh{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}[data-theme=dark] .wizard-step--done .tracker-summary{display:flex;gap:.75rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.25rem}[data-theme=dark] .wizard-step--done .summary-card{display:flex;flex-direction:column;align-items:center;min-width:5rem;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,box-shadow .15s}[data-theme=dark] .wizard-step--done .summary-card:hover{border-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .summary-card--selected{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}[data-theme=dark] .wizard-step--done .summary-count{font-size:1.5rem;font-weight:700;line-height:1}[data-theme=dark] .wizard-step--done .summary-label{font-size:.6875rem;color:var(--color-text-muted);margin-top:.25rem;text-transform:uppercase;letter-spacing:.02em}[data-theme=dark] .wizard-step--done .tracker-list{display:flex;flex-direction:column;gap:.75rem}[data-theme=dark] .wizard-step--done .tracker-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .tracker-job-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .15s}[data-theme=dark] .wizard-step--done .tracker-job-card:hover{box-shadow:0 2px 8px #0000000f}[data-theme=dark] .wizard-step--done .tracker-job-card--expanded{box-shadow:0 2px 12px #00000014}[data-theme=dark] .wizard-step--done .tracker-job-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none}[data-theme=dark] .wizard-step--done .tracker-job-info{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .tracker-job-title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .tracker-job-id{font-weight:600;font-size:.875rem;font-family:monospace}[data-theme=dark] .wizard-step--done .status-badge{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.03em}[data-theme=dark] .wizard-step--done .priority-badge{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;border:1px solid;text-transform:uppercase;letter-spacing:.03em}[data-theme=dark] .wizard-step--done .tracker-job-meta{display:flex;align-items:center;gap:.5rem;margin-top:.375rem;font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .tracker-separator{color:var(--color-border)}[data-theme=dark] .wizard-step--done .tracker-tests{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .wizard-step--done .tracker-job-time{display:flex;align-items:center;gap:.75rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .tracker-updated{font-size:.75rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .tracker-expand-icon{font-size:1.25rem;color:var(--color-text-muted);width:1.5rem;text-align:center}[data-theme=dark] .wizard-step--done .tracker-mini-timeline{display:flex;align-items:center;padding:0 1.25rem .75rem}[data-theme=dark] .wizard-step--done .mini-step{display:flex;align-items:center;flex:1}[data-theme=dark] .wizard-step--done .mini-step:last-child{flex:0}[data-theme=dark] .wizard-step--done .mini-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);flex-shrink:0;transition:background-color .3s}[data-theme=dark] .wizard-step--done .mini-step--current .mini-dot{box-shadow:0 0 0 3px #4f46e533;animation:pulse-dot 2s ease-in-out infinite}[data-theme=dark] .wizard-step--done .mini-line{flex:1;height:2px;background:var(--color-border);margin:0 2px;transition:background-color .3s}[data-theme=dark] .wizard-step--done .mini-line--done{background:var(--color-primary)}[data-theme=dark] .wizard-step--done .tracker-cancelled-bar{padding:.5rem 1.25rem;font-size:.8125rem;color:var(--color-error);background:var(--color-error-bg);border-top:1px solid var(--color-error-border)}[data-theme=dark] .wizard-step--done .tracker-job-details{border-top:1px solid var(--color-border);padding:1.25rem;animation:slideDown .2s ease-out}[data-theme=dark] .wizard-step--done .detail-timeline{margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .detail-timeline h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:1rem}[data-theme=dark] .wizard-step--done .timeline-entries{display:flex;flex-direction:column}[data-theme=dark] .wizard-step--done .timeline-entry{display:flex;gap:.75rem;min-height:3rem}[data-theme=dark] .wizard-step--done .timeline-entry-dot{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:1.5rem}[data-theme=dark] .wizard-step--done .entry-dot{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}[data-theme=dark] .wizard-step--done .entry-check,[data-theme=dark] .wizard-step--done .entry-x{font-size:.6875rem;color:#fff}[data-theme=dark] .wizard-step--done .entry-pulse{width:8px;height:8px;border-radius:50%;background:#fff;animation:entry-pulse-anim 1.5s ease-in-out infinite}[data-theme=dark] .wizard-step--done .entry-line{flex:1;width:2px;background:var(--color-border);min-height:1.25rem}[data-theme=dark] .wizard-step--done .entry-line--done{background:var(--color-primary)}[data-theme=dark] .wizard-step--done .timeline-entry-content{display:flex;flex-direction:column;padding-bottom:.75rem}[data-theme=dark] .wizard-step--done .entry-status{font-weight:500;font-size:.875rem}[data-theme=dark] .wizard-step--done .timeline-entry--done .entry-status{color:var(--color-text)}[data-theme=dark] .wizard-step--done .timeline-entry:not(.timeline-entry--done) .entry-status{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .entry-time{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}[data-theme=dark] .wizard-step--done .entry-time--pending{font-style:italic;opacity:.6}[data-theme=dark] .wizard-step--done .entry-reason{font-size:.8125rem;color:var(--color-error);margin-top:.25rem}[data-theme=dark] .wizard-step--done .detail-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.25rem}@media (max-width: 640px){[data-theme=dark] .wizard-step--done .detail-info-grid{grid-template-columns:1fr}}[data-theme=dark] .wizard-step--done .detail-info-section h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .detail-row{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.8125rem;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .detail-label{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .detail-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--color-border)}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .tracker-controls{flex-direction:column;align-items:flex-start}[data-theme=dark] .wizard-step--done .tracker-summary{gap:.5rem}[data-theme=dark] .wizard-step--done .summary-card{min-width:4rem;padding:.5rem .75rem}[data-theme=dark] .wizard-step--done .summary-count{font-size:1.25rem}}[data-theme=dark] .wizard-step--done .print-page{padding:1.5rem;max-width:1200px;margin:0 auto}[data-theme=dark] .wizard-step--done .print-controls{margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .print-controls h1{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .print-controls-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .print-controls-row label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .print-controls-row select,[data-theme=dark] .wizard-step--done .print-controls-row input[type=date],[data-theme=dark] .wizard-step--done .print-controls-row input[type=month]{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;background:var(--color-surface);color:var(--color-text)}[data-theme=dark] .wizard-step--done .print-sheet{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:2rem}[data-theme=dark] .wizard-step--done .print-sheet-header{display:flex;justify-content:space-between;align-items:flex-start}[data-theme=dark] .wizard-step--done .print-sheet-title{font-size:1.5rem;font-weight:700}[data-theme=dark] .wizard-step--done .print-sheet-subtitle{font-size:.875rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .print-sheet-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .print-divider{border:none;border-top:2px solid var(--color-border);margin:1rem 0}[data-theme=dark] .wizard-step--done .print-row{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .print-field{display:flex;flex-direction:column;gap:.125rem;min-width:140px}[data-theme=dark] .wizard-step--done .print-field-wide{flex:1;min-width:280px}[data-theme=dark] .wizard-step--done .print-label{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}[data-theme=dark] .wizard-step--done .print-section{margin-top:1.25rem}[data-theme=dark] .wizard-step--done .print-section-title{font-size:1rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .print-text-muted{font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .print-empty{padding:1rem;text-align:center;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .print-alert{color:#b45309;font-weight:500}[data-theme=dark] .wizard-step--done .print-badge{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}[data-theme=dark] .wizard-step--done .print-badge-routine{background:#e0f2fe;color:#0369a1}[data-theme=dark] .wizard-step--done .print-badge-urgent{background:#fef3c7;color:#92400e}[data-theme=dark] .wizard-step--done .print-badge-stat{background:#fee2e2;color:#991b1b}[data-theme=dark] .wizard-step--done .print-badge-completed{background:#dcfce7;color:#166534}[data-theme=dark] .wizard-step--done .print-badge-in_progress{background:#dbeafe;color:#1e40af}[data-theme=dark] .wizard-step--done .print-badge-collected{background:#e0e7ff;color:#3730a3}[data-theme=dark] .wizard-step--done .print-badge-assigned{background:#f3e8ff;color:#6b21a8}[data-theme=dark] .wizard-step--done .print-badge-open{background:#f1f5f9;color:#475569}[data-theme=dark] .wizard-step--done .print-badge-cancelled{background:#f1f5f9;color:#94a3b8}[data-theme=dark] .wizard-step--done .print-badge-draft{background:#f8fafc;color:#94a3b8}[data-theme=dark] .wizard-step--done .print-table{width:100%;border-collapse:collapse;font-size:.8125rem}[data-theme=dark] .wizard-step--done .print-table th{text-align:left;padding:.5rem;border-bottom:2px solid var(--color-border);font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}[data-theme=dark] .wizard-step--done .print-table td{padding:.5rem;border-bottom:1px solid var(--color-border);vertical-align:top}[data-theme=dark] .wizard-step--done .print-table tbody tr:last-child td{border-bottom:none}[data-theme=dark] .wizard-step--done .print-tube-indicator{display:flex;align-items:center;gap:.25rem}[data-theme=dark] .wizard-step--done .print-timeline{display:flex;flex-direction:column;gap:.375rem}[data-theme=dark] .wizard-step--done .print-timeline-item{display:flex;gap:1rem;align-items:baseline}[data-theme=dark] .wizard-step--done .print-timeline-item .print-label{width:80px}[data-theme=dark] .wizard-step--done .print-note{margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .print-note p{margin-top:.125rem}[data-theme=dark] .wizard-step--done .print-signatures{margin-top:2rem}[data-theme=dark] .wizard-step--done .print-signature-line{display:flex;justify-content:space-between;border-top:1px solid #000;padding-top:.25rem;margin-top:2.5rem;font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .specimen-labels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}[data-theme=dark] .wizard-step--done .specimen-labels-small .specimen-labels-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}[data-theme=dark] .wizard-step--done .specimen-label-card{border:2px dashed var(--color-border);border-radius:var(--radius);padding:.75rem;display:flex;flex-direction:column;gap:.25rem;background:var(--color-surface);page-break-inside:avoid}[data-theme=dark] .wizard-step--done .specimen-labels-small .specimen-label-card{padding:.5rem;font-size:.75rem}[data-theme=dark] .wizard-step--done .specimen-label-patient{display:flex;justify-content:space-between;align-items:baseline;font-size:.8125rem}[data-theme=dark] .wizard-step--done .specimen-label-patient span{font-size:.75rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .specimen-label-mrn{font-size:.6875rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .specimen-label-test{font-size:.75rem;font-weight:600;text-align:center}[data-theme=dark] .wizard-step--done .specimen-label-collected{font-size:.6875rem;color:var(--color-text-muted);text-align:center}[data-theme=dark] .wizard-step--done .specimen-label-tube-color{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--color-text-muted);justify-content:center}[data-theme=dark] .wizard-step--done .specimen-label-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}[data-theme=dark] .wizard-step--done .route-table td{font-size:.8125rem}[data-theme=dark] .wizard-step--done .route-stop-num{font-weight:700;text-align:center;width:30px}[data-theme=dark] .wizard-step--done .route-time{white-space:nowrap}[data-theme=dark] .wizard-step--done .route-window{display:block;font-size:.6875rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .route-address{font-size:.75rem;max-width:200px}[data-theme=dark] .wizard-step--done .route-test-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;margin-bottom:.125rem}[data-theme=dark] .wizard-step--done .route-notes{font-size:.75rem;max-width:180px}[data-theme=dark] .wizard-step--done .route-patient-alert{color:#b45309;font-size:.6875rem;margin-top:.25rem}[data-theme=dark] .wizard-step--done .route-row-stat{background:#fef2f2}[data-theme=dark] .wizard-step--done .route-row-urgent{background:#fffbeb}[data-theme=dark] .wizard-step--done .route-status-checkbox{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem}[data-theme=dark] .wizard-step--done .route-status-checkbox label{display:flex;align-items:center;gap:.25rem}[data-theme=dark] .wizard-step--done .route-supplies{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}[data-theme=dark] .wizard-step--done .route-supply-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;padding:.25rem 0}[data-theme=dark] .wizard-step--done .route-supply-check{margin-left:auto}[data-theme=dark] .wizard-step--done .route-notes-lines{display:flex;flex-direction:column;gap:1.5rem;padding-top:.75rem}[data-theme=dark] .wizard-step--done .route-note-line{border-bottom:1px solid var(--color-border);height:1px}[data-theme=dark] .wizard-step--done .billing-header{display:flex;justify-content:space-between;align-items:flex-start}[data-theme=dark] .wizard-step--done .billing-company{font-size:1.75rem;font-weight:800;color:var(--color-primary)}[data-theme=dark] .wizard-step--done .billing-company-details{display:flex;flex-direction:column;font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}[data-theme=dark] .wizard-step--done .billing-invoice-info{text-align:right}[data-theme=dark] .wizard-step--done .billing-invoice-info h3{font-size:1.25rem;font-weight:800;color:var(--color-text-muted);letter-spacing:.1em}[data-theme=dark] .wizard-step--done .billing-invoice-meta{display:flex;flex-direction:column;gap:.125rem;font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}[data-theme=dark] .wizard-step--done .billing-bill-to{display:flex;flex-direction:column;gap:.125rem;font-size:.875rem;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .billing-amount{text-align:right;font-variant-numeric:tabular-nums}[data-theme=dark] .wizard-step--done .billing-totals{margin-top:1.5rem;margin-left:auto;width:300px}[data-theme=dark] .wizard-step--done .billing-total-row{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.875rem;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .billing-grand-total{font-weight:700;font-size:1.125rem;border-bottom:3px double var(--color-text);padding:.5rem 0}[data-theme=dark] .wizard-step--done .billing-terms{margin-top:2rem}[data-theme=dark] .wizard-step--done .billing-terms ul{padding-left:1.25rem;font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .billing-terms li{margin-bottom:.25rem}[data-theme=dark] .wizard-step--done .billing-footer{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.875rem}@media print{[data-theme=dark] .wizard-step--done{@keyframes msg-typing-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes phleb-spin{to{transform:rotate(360deg)}}}[data-theme=dark] .wizard-step--done .no-print,[data-theme=dark] .wizard-step--done .print-controls,[data-theme=dark] .wizard-step--done .sidebar,[data-theme=dark] .wizard-step--done .layout>nav,[data-theme=dark] .wizard-step--done .phleb-layout-sidebar,[data-theme=dark] .wizard-step--done .phleb-bottom-nav,[data-theme=dark] .wizard-step--done .admin-sidebar,[data-theme=dark] .wizard-step--done .notification-center,[data-theme=dark] .wizard-step--done button,[data-theme=dark] .wizard-step--done .no-print-input{display:none!important}[data-theme=dark] .wizard-step--done body{background:#fff!important;color:#000!important;font-size:10pt;line-height:1.4;margin:0;padding:0}[data-theme=dark] .wizard-step--done #root,[data-theme=dark] .wizard-step--done .layout,[data-theme=dark] .wizard-step--done .layout-content,[data-theme=dark] .wizard-step--done .phleb-layout,[data-theme=dark] .wizard-step--done .phleb-layout-content{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important}[data-theme=dark] .wizard-step--done .print-page{padding:0;max-width:100%}[data-theme=dark] .wizard-step--done .print-sheet{border:none;border-radius:0;padding:0;box-shadow:none}[data-theme=dark] .wizard-step--done .print-badge{border:1px solid #999;background:transparent!important;color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-theme=dark] .wizard-step--done .print-badge-stat{border:2px solid #000;font-weight:800}[data-theme=dark] .wizard-step--done .print-table th{border-bottom:2px solid #000;color:#000}[data-theme=dark] .wizard-step--done .print-table td{border-bottom:1px solid #ccc}[data-theme=dark] .wizard-step--done .print-divider{border-top-color:#000}[data-theme=dark] .wizard-step--done .specimen-labels-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}[data-theme=dark] .wizard-step--done .specimen-label-card{border:1px solid #000;border-radius:0;page-break-inside:avoid}[data-theme=dark] .wizard-step--done .specimen-labels-small .specimen-labels-grid{grid-template-columns:repeat(3,1fr)}[data-theme=dark] .wizard-step--done .specimen-label-dot,[data-theme=dark] .wizard-step--done .sc-tube-dot,[data-theme=dark] .wizard-step--done .route-row-stat,[data-theme=dark] .wizard-step--done .route-row-urgent{-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-theme=dark] .wizard-step--done .route-status-checkbox input[type=checkbox]{display:none}[data-theme=dark] .wizard-step--done .route-status-checkbox label:before{content:"☐"}[data-theme=dark] .wizard-step--done .print-section,[data-theme=dark] .wizard-step--done .print-signatures,[data-theme=dark] .wizard-step--done .route-table tr{page-break-inside:avoid}[data-theme=dark] .wizard-step--done .billing-company{color:#000!important}[data-theme=dark] .wizard-step--done .billing-grand-total{border-bottom:3px double #000}[data-theme=dark] .wizard-step--done .print-signature-line{border-top-color:#000}[data-theme=dark] .wizard-step--done .barcode-svg rect{fill:#000!important}[data-theme=dark] .wizard-step--done .job-detail,[data-theme=dark] .wizard-step--done .patient-detail{padding:0!important}[data-theme=dark] .wizard-step--done .job-detail .page-header,[data-theme=dark] .wizard-step--done .patient-detail .page-header{border-bottom:2px solid #000;padding-bottom:.5rem;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .job-detail .page-header h2,[data-theme=dark] .wizard-step--done .patient-detail .page-header h2{font-size:16pt;color:#000}[data-theme=dark] .wizard-step--done .detail-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1rem!important}[data-theme=dark] .wizard-step--done .detail-grid .card{border:1px solid #ccc!important;border-radius:0!important;box-shadow:none!important;padding:.75rem!important;page-break-inside:avoid;background:#fff!important}[data-theme=dark] .wizard-step--done .detail-grid .card h3{font-size:11pt;border-bottom:1px solid #ccc;padding-bottom:.25rem;margin-bottom:.5rem;color:#000}[data-theme=dark] .wizard-step--done .detail-row,[data-theme=dark] .wizard-step--done .detail-item{font-size:9pt;color:#000}[data-theme=dark] .wizard-step--done .detail-label,[data-theme=dark] .wizard-step--done .detail-item dt{font-weight:700;color:#000}[data-theme=dark] .wizard-step--done .detail-meta{border-top:1px solid #ccc;padding-top:.5rem;margin-top:1rem;font-size:8pt;color:#666}[data-theme=dark] .wizard-step--done .status-badge,[data-theme=dark] .wizard-step--done .priority{-webkit-print-color-adjust:exact;print-color-adjust:exact;font-size:8pt}[data-theme=dark] .wizard-step--done .status-timeline{margin-bottom:1rem;padding:.5rem 0;border-bottom:1px solid #ccc}[data-theme=dark] .wizard-step--done .timeline-dot{-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-theme=dark] .wizard-step--done .job-detail .table-wrapper{overflow:visible!important}[data-theme=dark] .wizard-step--done .job-detail .table{font-size:9pt}[data-theme=dark] .wizard-step--done .job-detail .table th{border-bottom:2px solid #000;color:#000;font-size:9pt}[data-theme=dark] .wizard-step--done .job-detail .table td{border-bottom:1px solid #ccc;padding:.25rem .5rem}[data-theme=dark] .wizard-step--done .patient-detail .stats-row{display:flex!important;gap:1rem;margin-bottom:1rem;border:1px solid #ccc;padding:.5rem}[data-theme=dark] .wizard-step--done .patient-detail .stat-card{border:none!important;box-shadow:none!important;background:transparent!important;text-align:center;flex:1}[data-theme=dark] .wizard-step--done .patient-detail .stat-value{color:#000;font-size:14pt;font-weight:700}[data-theme=dark] .wizard-step--done .patient-detail .stat-label{color:#666;font-size:8pt}[data-theme=dark] .wizard-step--done .tab-bar,[data-theme=dark] .wizard-step--done .jd-assign-panel{display:none!important}[data-theme=dark] .wizard-step--done .patient-detail .table{font-size:9pt}[data-theme=dark] .wizard-step--done .patient-detail .table th{border-bottom:2px solid #000;color:#000}[data-theme=dark] .wizard-step--done .patient-detail .table td{border-bottom:1px solid #ccc;padding:.25rem .5rem}[data-theme=dark] .wizard-step--done .alert{border:1px solid #000;background:transparent!important;color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-theme=dark] .wizard-step--done .alert .print-row-flagged{background:#fff3cd!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-theme=dark] .wizard-step--done .alert .print-result-status,[data-theme=dark] .wizard-step--done .alert .print-tube-dot{-webkit-print-color-adjust:exact;print-color-adjust:exact}[data-theme=dark] .wizard-step--done .alert .print-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .alert .print-page-footer{margin-top:2rem;padding-top:.75rem;border-top:1px solid #ccc;text-align:center;font-size:8pt}[data-theme=dark] .wizard-step--done .alert .print-signature-section{page-break-inside:avoid}[data-theme=dark] .wizard-step--done .alert .print-signature-row{display:flex;gap:3rem;margin-top:1.5rem}[data-theme=dark] .wizard-step--done .alert .print-signature-block{flex:1;display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .alert .print-chain-of-custody .print-table tr{page-break-inside:avoid}@page{[data-theme=dark] .wizard-step--done .alert{margin:.5in}}[data-theme=dark] .wizard-step--done .msg-page{display:flex;height:calc(100vh - 2rem);background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border);overflow:hidden}[data-theme=dark] .wizard-step--done .msg-page-sidebar{width:360px;min-width:360px;border-right:1px solid var(--color-border);display:flex;flex-direction:column}[data-theme=dark] .wizard-step--done .msg-sidebar{display:flex;flex-direction:column;height:100%}[data-theme=dark] .wizard-step--done .msg-sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .msg-sidebar-header h2{font-size:1.125rem;font-weight:600}[data-theme=dark] .wizard-step--done .msg-sidebar-search{padding:.75rem 1rem;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .msg-search-input{width:100%;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;outline:none;background:var(--color-bg);color:var(--color-text);transition:border-color .15s}[data-theme=dark] .wizard-step--done .msg-search-input:focus{border-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .msg-search-input::placeholder{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .msg-conv-list{flex:1;overflow-y:auto}[data-theme=dark] .wizard-step--done .msg-conv-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--color-border);position:relative}[data-theme=dark] .wizard-step--done .msg-conv-item:hover{background:#f8fafc}[data-theme=dark] .wizard-step--done .msg-conv-item--active{background:#eef2ff}[data-theme=dark] .wizard-step--done .msg-conv-item--active:hover{background:#e0e7ff}[data-theme=dark] .wizard-step--done .msg-conv-item--unread .msg-conv-name,[data-theme=dark] .wizard-step--done .msg-conv-item--unread .msg-conv-preview{font-weight:600}[data-theme=dark] .wizard-step--done .msg-conv-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-top:2px}[data-theme=dark] .wizard-step--done .msg-conv-body{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .msg-conv-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1px}[data-theme=dark] .wizard-step--done .msg-conv-name{font-size:.875rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .msg-conv-time{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}[data-theme=dark] .wizard-step--done .msg-conv-job{font-size:.75rem;color:var(--color-primary);margin-bottom:2px}[data-theme=dark] .wizard-step--done .msg-conv-preview{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .msg-conv-badge{background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;margin-top:2px}[data-theme=dark] .wizard-step--done .msg-typing-text{color:var(--color-primary);font-style:italic}[data-theme=dark] .wizard-step--done .msg-page-thread{flex:1;display:flex;flex-direction:column;min-width:0}[data-theme=dark] .wizard-step--done .msg-thread{display:flex;flex-direction:column;height:100%}[data-theme=dark] .wizard-step--done .msg-thread-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-surface)}[data-theme=dark] .wizard-step--done .msg-back-btn{display:none;background:none;border:none;padding:.25rem;cursor:pointer;color:var(--color-text-muted);border-radius:var(--radius)}[data-theme=dark] .wizard-step--done .msg-back-btn:hover{background:#f1f5f9;color:var(--color-text)}[data-theme=dark] .wizard-step--done .msg-thread-header-info{display:flex;flex-direction:column}[data-theme=dark] .wizard-step--done .msg-thread-header-name{font-size:.9375rem;font-weight:600;color:var(--color-text)}[data-theme=dark] .wizard-step--done .msg-thread-header-job{font-size:.75rem;color:var(--color-primary)}[data-theme=dark] .wizard-step--done .msg-thread-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem;background:var(--color-bg)}[data-theme=dark] .wizard-step--done .msg-date-separator{display:flex;align-items:center;justify-content:center;padding:1rem 0 .5rem}[data-theme=dark] .wizard-step--done .msg-date-separator span{font-size:.75rem;color:var(--color-text-muted);background:var(--color-bg);padding:.25rem .75rem;border-radius:12px;border:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .msg-bubble-wrapper{display:flex;flex-direction:column;align-items:flex-start;max-width:70%;margin-bottom:.25rem}[data-theme=dark] .wizard-step--done .msg-bubble-wrapper--own{align-self:flex-end;align-items:flex-end}[data-theme=dark] .wizard-step--done .msg-bubble-sender{font-size:.6875rem;color:var(--color-text-muted);margin-bottom:2px;margin-left:.75rem}[data-theme=dark] .wizard-step--done .msg-bubble{padding:.625rem .875rem;border-radius:16px 16px 16px 4px;background:var(--color-surface);border:1px solid var(--color-border);position:relative}[data-theme=dark] .wizard-step--done .msg-bubble--own{background:var(--color-primary);border-color:var(--color-primary);border-bottom-left-radius:16px;border-bottom-right-radius:4px}[data-theme=dark] .wizard-step--done .msg-bubble-text{font-size:.875rem;line-height:1.45;color:var(--color-text);word-break:break-word;white-space:pre-wrap}[data-theme=dark] .wizard-step--done .msg-bubble--own .msg-bubble-text{color:#fff}[data-theme=dark] .wizard-step--done .msg-bubble-time{font-size:.6875rem;color:var(--color-text-muted);margin-top:2px;display:block}[data-theme=dark] .wizard-step--done .msg-bubble--own .msg-bubble-time{color:#ffffffb3}[data-theme=dark] .wizard-step--done .msg-typing-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}[data-theme=dark] .wizard-step--done .msg-typing-dots{display:flex;align-items:center;gap:3px;padding:.5rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px}[data-theme=dark] .wizard-step--done .msg-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted);animation:msg-typing-bounce 1.4s infinite both}[data-theme=dark] .wizard-step--done .msg-typing-dot:nth-child(2){animation-delay:.2s}[data-theme=dark] .wizard-step--done .msg-typing-dot:nth-child(3){animation-delay:.4s}[data-theme=dark] .wizard-step--done .msg-typing-label{font-size:.75rem;color:var(--color-text-muted);font-style:italic}[data-theme=dark] .wizard-step--done .msg-input-bar{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid var(--color-border);background:var(--color-surface)}[data-theme=dark] .wizard-step--done .msg-input-textarea{flex:1;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:20px;font-size:.875rem;font-family:inherit;line-height:1.4;resize:none;outline:none;max-height:120px;color:var(--color-text);background:var(--color-bg);transition:border-color .15s}[data-theme=dark] .wizard-step--done .msg-input-textarea:focus{border-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .msg-input-textarea::placeholder{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .msg-send-btn{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s}[data-theme=dark] .wizard-step--done .msg-send-btn:hover:not(:disabled){background:var(--color-primary-hover)}[data-theme=dark] .wizard-step--done .msg-send-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .wizard-step--done .msg-empty{padding:2rem 1rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}[data-theme=dark] .wizard-step--done .msg-empty-thread{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--color-text-muted);padding:2rem}[data-theme=dark] .wizard-step--done .msg-empty-thread-icon{opacity:.3}[data-theme=dark] .wizard-step--done .msg-empty-thread h3{font-size:1rem;font-weight:600;color:var(--color-text)}[data-theme=dark] .wizard-step--done .msg-empty-thread p{font-size:.875rem}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .msg-page{height:calc(100vh - 5rem);border-radius:0;border:none}[data-theme=dark] .wizard-step--done .msg-page-sidebar{width:100%;min-width:100%}[data-theme=dark] .wizard-step--done .msg-page-sidebar--hidden,[data-theme=dark] .wizard-step--done .msg-page-thread{display:none}[data-theme=dark] .wizard-step--done .msg-page-thread--visible,[data-theme=dark] .wizard-step--done .msg-back-btn{display:flex}[data-theme=dark] .wizard-step--done .msg-bubble-wrapper{max-width:85%}}[data-theme=dark] .wizard-step--done .schedule-page{padding:0}[data-theme=dark] .wizard-step--done .schedule-actions{display:flex;gap:.5rem}[data-theme=dark] .wizard-step--done .schedule-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;background:var(--card-bg, #fff);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .wizard-step--done .schedule-view-toggle{display:flex;gap:.25rem}[data-theme=dark] .wizard-step--done .schedule-date-nav{display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .schedule-date-label{font-weight:600;font-size:.95rem;white-space:nowrap}[data-theme=dark] .wizard-step--done .schedule-filters{display:flex;gap:.5rem;margin-left:auto}[data-theme=dark] .wizard-step--done .schedule-filter-select{padding:.4rem .75rem;border-radius:6px;border:1px solid var(--border-color, #e5e7eb);background:var(--card-bg, #fff);font-size:.85rem;color:inherit}[data-theme=dark] .wizard-step--done .schedule-legend{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;font-size:.8rem;color:var(--text-secondary, #6b7280)}[data-theme=dark] .wizard-step--done .schedule-legend-item{display:flex;align-items:center;gap:.35rem}[data-theme=dark] .wizard-step--done .schedule-legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}[data-theme=dark] .wizard-step--done .schedule-day-view{background:var(--card-bg, #fff);border-radius:8px;border:1px solid var(--border-color, #e5e7eb);overflow:hidden}[data-theme=dark] .wizard-step--done .schedule-timeline{position:relative}[data-theme=dark] .wizard-step--done .schedule-hour-row{display:flex;min-height:64px;border-bottom:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .wizard-step--done .schedule-hour-label{width:72px;min-width:72px;padding:.5rem;font-size:.75rem;color:var(--text-secondary, #6b7280);border-right:1px solid var(--border-color, #e5e7eb);text-align:right}[data-theme=dark] .wizard-step--done .schedule-hour-slots{flex:1;padding:.25rem .5rem;display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .schedule-job-block{display:block;width:100%;text-align:left;padding:.5rem .75rem;border-radius:6px;border:none;cursor:pointer;font-size:.85rem;transition:box-shadow .15s;background:transparent;color:inherit}[data-theme=dark] .wizard-step--done .schedule-job-block:hover{box-shadow:0 2px 8px #0000001f}[data-theme=dark] .wizard-step--done .schedule-job-time{font-weight:600;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .schedule-job-patient{font-weight:500;margin-top:.15rem}[data-theme=dark] .wizard-step--done .schedule-job-meta{font-size:.78rem;color:var(--text-secondary, #6b7280);margin-top:.1rem}[data-theme=dark] .wizard-step--done .schedule-priority{font-weight:700;font-size:.75rem}[data-theme=dark] .wizard-step--done .schedule-priority--urgent{color:#f59e0b}[data-theme=dark] .wizard-step--done .schedule-priority--stat{color:#ef4444}[data-theme=dark] .wizard-step--done .schedule-week-view{background:var(--card-bg, #fff);border-radius:8px;border:1px solid var(--border-color, #e5e7eb);overflow-x:auto}[data-theme=dark] .wizard-step--done .schedule-week-header{display:flex;border-bottom:2px solid var(--border-color, #e5e7eb);position:sticky;top:0;background:var(--card-bg, #fff);z-index:2}[data-theme=dark] .wizard-step--done .schedule-week-time-col{width:72px;min-width:72px;border-right:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .wizard-step--done .schedule-week-day-col{flex:1;min-width:100px;text-align:center;padding:.5rem;border-right:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .wizard-step--done .schedule-week-day-col:last-child{border-right:none}[data-theme=dark] .wizard-step--done .schedule-week-day-col--today{background:#3b82f60f}[data-theme=dark] .wizard-step--done .schedule-week-day-name{font-size:.75rem;color:var(--text-secondary, #6b7280);text-transform:uppercase}[data-theme=dark] .wizard-step--done .schedule-week-day-num{font-size:1.1rem;font-weight:700}[data-theme=dark] .wizard-step--done .schedule-week-body{position:relative}[data-theme=dark] .wizard-step--done .schedule-week-hour-row{display:flex;min-height:56px;border-bottom:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .wizard-step--done .schedule-week-cell{flex:1;min-width:100px;padding:.15rem;border-right:1px solid var(--border-color, #e5e7eb);display:flex;flex-direction:column;gap:.15rem}[data-theme=dark] .wizard-step--done .schedule-week-cell:last-child{border-right:none}[data-theme=dark] .wizard-step--done .schedule-week-job{display:flex;flex-direction:column;padding:.25rem .4rem;border-radius:4px;font-size:.72rem;cursor:pointer;border:none;text-align:left;color:inherit;transition:box-shadow .15s}[data-theme=dark] .wizard-step--done .schedule-week-job:hover{box-shadow:0 1px 4px #00000026}[data-theme=dark] .wizard-step--done .schedule-week-job-time{font-weight:600}[data-theme=dark] .wizard-step--done .schedule-week-job-name{display:flex;align-items:center;gap:.25rem}[data-theme=dark] .wizard-step--done .schedule-empty{text-align:center;padding:3rem 1rem;color:var(--text-secondary, #6b7280)}[data-theme=dark] .wizard-step--done .phlebotomists-page{padding:0}[data-theme=dark] .wizard-step--done .phleb-controls{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .phleb-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem;align-items:start}[data-theme=dark] .wizard-step--done .phleb-list{display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .phleb-card{display:block;width:100%;text-align:left;padding:1rem;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s;color:inherit;font:inherit}[data-theme=dark] .wizard-step--done .phleb-card:hover{border-color:var(--primary, #3b82f6);box-shadow:0 2px 8px #3b82f61a}[data-theme=dark] .wizard-step--done .phleb-card--selected{border-color:var(--primary, #3b82f6);box-shadow:0 0 0 2px #3b82f633}[data-theme=dark] .wizard-step--done .phleb-card-header{display:flex;align-items:center;gap:.75rem}[data-theme=dark] .wizard-step--done .phleb-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary, #3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .phleb-avatar--lg{width:56px;height:56px;font-size:1.1rem}[data-theme=dark] .wizard-step--done .phleb-avatar--sm{width:32px;height:32px;font-size:.75rem}[data-theme=dark] .wizard-step--done .phleb-card-info{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .phleb-name{font-weight:600;font-size:.95rem}[data-theme=dark] .wizard-step--done .phleb-email{font-size:.8rem;color:var(--text-secondary, #6b7280)}[data-theme=dark] .wizard-step--done .phleb-status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}[data-theme=dark] .wizard-step--done .phleb-status-dot--inline{width:8px;height:8px;display:inline-block;margin-right:.25rem;vertical-align:middle}[data-theme=dark] .wizard-step--done .phleb-card-stats{display:flex;gap:1rem;margin-top:.5rem;font-size:.8rem;color:var(--text-secondary, #6b7280)}[data-theme=dark] .wizard-step--done .phleb-detail{position:sticky;top:1rem}[data-theme=dark] .wizard-step--done .phleb-detail-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .phleb-availability-badge{padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-left:auto}[data-theme=dark] .wizard-step--done .phleb-detail-stats{margin-top:1rem}[data-theme=dark] .wizard-step--done .phleb-certs{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}[data-theme=dark] .wizard-step--done .phleb-cert-badge{padding:.2rem .6rem;background:#3b82f61a;color:var(--primary, #3b82f6);border-radius:4px;font-size:.78rem;font-weight:600}[data-theme=dark] .wizard-step--done .phleb-detail-empty{padding:3rem 1rem;text-align:center;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:8px}[data-theme=dark] .wizard-step--done .phleb-schedule-list{display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .phleb-schedule-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-secondary, #f9fafb);border-radius:6px}[data-theme=dark] .wizard-step--done .phleb-schedule-time{font-size:.8rem;font-weight:600;white-space:nowrap}[data-theme=dark] .wizard-step--done .phleb-schedule-info{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .phleb-schedule-patient{font-weight:500;display:block}[data-theme=dark] .wizard-step--done .phleb-schedule-tests{font-size:.78rem;color:var(--text-secondary, #6b7280);display:block}[data-theme=dark] .wizard-step--done .assign-job-info p{margin:.25rem 0;font-size:.9rem}[data-theme=dark] .wizard-step--done .assign-phleb-list{display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .assign-phleb-option{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--bg-secondary, #f9fafb);border-radius:8px}[data-theme=dark] .wizard-step--done .assign-phleb-info{display:flex;align-items:center;gap:.75rem}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .schedule-controls{flex-direction:column;align-items:stretch}[data-theme=dark] .wizard-step--done .schedule-filters{margin-left:0}[data-theme=dark] .wizard-step--done .schedule-date-nav{justify-content:center}[data-theme=dark] .wizard-step--done .phleb-layout{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .phleb-detail{position:static}[data-theme=dark] .wizard-step--done .schedule-week-view{min-width:600px}}[data-theme=dark] .wizard-step--done .confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}[data-theme=dark] .wizard-step--done .confirm-dialog{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;max-width:420px;width:100%;box-shadow:0 8px 30px #00000026}[data-theme=dark] .wizard-step--done .confirm-dialog-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}[data-theme=dark] .wizard-step--done .confirm-dialog-message{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:1.25rem}[data-theme=dark] .wizard-step--done .confirm-dialog-actions{display:flex;justify-content:flex-end;gap:.5rem}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .table-responsive-cards thead{display:none}[data-theme=dark] .wizard-step--done .table-responsive-cards tbody tr{display:block;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem;margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .table-responsive-cards tbody td{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border:none;font-size:.8125rem}[data-theme=dark] .wizard-step--done .table-responsive-cards tbody td:before{content:attr(data-label);font-weight:600;color:var(--color-text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.025em;margin-right:.5rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .table-responsive-cards tbody td:last-child{justify-content:flex-end;padding-top:.5rem;margin-top:.25rem;border-top:1px solid var(--color-border)}}@media (max-width: 768px){[data-theme=dark] .wizard-step--done .btn{min-height:44px;padding:.625rem 1rem}[data-theme=dark] .wizard-step--done .btn--sm{min-height:36px;padding:.5rem .75rem}[data-theme=dark] .wizard-step--done input[type=text],[data-theme=dark] .wizard-step--done input[type=email],[data-theme=dark] .wizard-step--done input[type=tel],[data-theme=dark] .wizard-step--done input[type=password],[data-theme=dark] .wizard-step--done input[type=date],[data-theme=dark] .wizard-step--done input[type=search],[data-theme=dark] .wizard-step--done input[type=number],[data-theme=dark] .wizard-step--done select,[data-theme=dark] .wizard-step--done textarea{min-height:44px;font-size:1rem}[data-theme=dark] .wizard-step--done .nav-link{min-height:44px;padding:.75rem 1rem}[data-theme=dark] .wizard-step--done .page-header{flex-direction:column;align-items:flex-start;gap:.75rem}[data-theme=dark] .wizard-step--done .page-header-actions{width:100%;display:flex;gap:.5rem}[data-theme=dark] .wizard-step--done .page-header-actions .btn{flex:1}[data-theme=dark] .wizard-step--done .stats-grid,[data-theme=dark] .wizard-step--done .stats-row{grid-template-columns:repeat(2,1fr);gap:.5rem}[data-theme=dark] .wizard-step--done .filter-row{flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .filter-select,[data-theme=dark] .wizard-step--done .filter-input{width:100%}[data-theme=dark] .wizard-step--done .jm-filters{flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .jm-toolbar{flex-direction:column;gap:.75rem}[data-theme=dark] .wizard-step--done .jm-status-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}[data-theme=dark] .wizard-step--done .jm-status-tabs::-webkit-scrollbar{display:none}[data-theme=dark] .wizard-step--done .jm-status-tab{white-space:nowrap;flex-shrink:0;min-height:44px}[data-theme=dark] .wizard-step--done .jm-col-hide-mobile{display:none}[data-theme=dark] .wizard-step--done .jm-cards-grid{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .jm-filters-row2{flex-direction:column;align-items:stretch}[data-theme=dark] .wizard-step--done .jm-view-toggle{margin-left:0}[data-theme=dark] .wizard-step--done .jm-patient-filter{min-width:unset;width:100%}[data-theme=dark] .wizard-step--done .page-header__actions{flex-wrap:wrap}[data-theme=dark] .wizard-step--done .modal-content--lg{max-width:100%}[data-theme=dark] .wizard-step--done .dashboard-columns{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .quick-actions-grid{grid-template-columns:repeat(3,1fr)}[data-theme=dark] .wizard-step--done .main-content{padding-bottom:4rem}}[data-theme=dark] .wizard-step--done .phlebotomist-detail-page{padding:0}[data-theme=dark] .wizard-step--done .phleb-profile-card{margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .phleb-profile-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .phleb-profile-info h2{margin:0}[data-theme=dark] .wizard-step--done .phleb-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .phleb-profile-stat{display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .phleb-profile-certs{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .phleb-detail-location{margin-top:1rem;padding:.75rem;background:var(--color-muted-bg);border-radius:var(--radius);display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .phleb-card-location{margin-top:.5rem;font-size:.78rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .phleb-avail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .phleb-avail-grid{display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .phleb-avail-row{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--color-muted-bg);border-radius:var(--radius)}[data-theme=dark] .wizard-step--done .phleb-avail-row--disabled{opacity:.5}[data-theme=dark] .wizard-step--done .phleb-avail-day{display:flex;align-items:center;gap:.5rem;min-width:140px;font-weight:500}[data-theme=dark] .wizard-step--done .phleb-avail-day-name{font-size:.9rem}[data-theme=dark] .wizard-step--done .phleb-avail-times{display:flex;align-items:center;gap:.5rem;flex:1}[data-theme=dark] .wizard-step--done .phleb-avail-times input[type=time]{padding:.4rem .5rem;border:1px solid var(--color-border);border-radius:4px;font-size:.85rem;background:var(--color-surface);color:var(--color-text)}[data-theme=dark] .wizard-step--done .phleb-avail-separator{color:var(--color-text-muted);font-size:.85rem}[data-theme=dark] .wizard-step--done .phleb-avail-hours{font-size:.9rem;font-weight:500}[data-theme=dark] .wizard-step--done .phleb-avail-off{font-size:.9rem;color:var(--color-text-muted);font-style:italic}[data-theme=dark] .wizard-step--done .phleb-avail-summary{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .phleb-perf-chart{display:flex;gap:1rem;align-items:flex-end;justify-content:center;padding:1.5rem 0;min-height:180px}[data-theme=dark] .wizard-step--done .phleb-perf-bar-group{display:flex;flex-direction:column;align-items:center;gap:.25rem}[data-theme=dark] .wizard-step--done .phleb-perf-bar-container{width:36px;height:100px;background:var(--color-muted-bg);border-radius:4px;display:flex;align-items:flex-end;overflow:hidden}[data-theme=dark] .wizard-step--done .phleb-perf-bar{width:100%;background:var(--color-primary);border-radius:4px 4px 0 0;transition:height .3s ease;min-height:2px}[data-theme=dark] .wizard-step--done .phleb-perf-bar-label{font-size:.75rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .phleb-perf-bar-value{font-size:.75rem;font-weight:600}[data-theme=dark] .wizard-step--done .phleb-perf-stat-row{padding:.5rem 0;font-size:.9rem}[data-theme=dark] .wizard-step--done .schedule-drag-hint{padding:.75rem 1rem;background:var(--color-info-bg);border:1px solid var(--color-info-border);border-radius:var(--radius);font-size:.85rem;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .schedule-main-layout{display:grid;grid-template-columns:200px 1fr;gap:1rem;align-items:start}[data-theme=dark] .wizard-step--done .schedule-phleb-sidebar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}[data-theme=dark] .wizard-step--done .schedule-phleb-sidebar-header{padding:.75rem;font-weight:600;font-size:.85rem;border-bottom:1px solid var(--color-border);background:var(--color-muted-bg)}[data-theme=dark] .wizard-step--done .schedule-phleb-row{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid var(--color-border);transition:background-color .15s,border-color .15s;cursor:default}[data-theme=dark] .wizard-step--done .schedule-phleb-row:last-child{border-bottom:none}[data-theme=dark] .wizard-step--done .schedule-phleb-row--drop-target{background:var(--color-active-bg);border-color:var(--color-primary);box-shadow:inset 0 0 0 2px var(--color-primary)}[data-theme=dark] .wizard-step--done .schedule-phleb-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .schedule-phleb-info{display:flex;flex-direction:column;min-width:0}[data-theme=dark] .wizard-step--done .schedule-phleb-name{font-weight:500;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .phleb-mobile{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--color-bg);color:var(--color-text);max-width:100vw;overflow-x:hidden}[data-theme=dark] .wizard-step--done .phleb-mobile__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;padding:2rem}[data-theme=dark] .wizard-step--done .phleb-mobile__spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:phleb-spin .8s linear infinite}[data-theme=dark] .wizard-step--done .phleb-mobile__offline{background:#f59e0b;color:#000;padding:.5rem 1rem;text-align:center;font-size:.8125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem}[data-theme=dark] .wizard-step--done .phleb-mobile__offline-icon{font-size:1rem}[data-theme=dark] .wizard-step--done .phleb-mobile__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .phleb-mobile__title{font-size:1.25rem;font-weight:700;margin:0}[data-theme=dark] .wizard-step--done .phleb-mobile__date{font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .phleb-mobile__header-right{display:flex;gap:.75rem;align-items:center}[data-theme=dark] .wizard-step--done .phleb-mobile__job-count{font-size:.8125rem;font-weight:600;color:var(--color-primary)}[data-theme=dark] .wizard-step--done .phleb-mobile__completed-count{font-size:.8125rem;color:var(--color-success-text)}[data-theme=dark] .wizard-step--done .phleb-mobile__content{flex:1;overflow-y:auto;padding:.5rem 1rem 5rem;-webkit-overflow-scrolling:touch}[data-theme=dark] .wizard-step--done .phleb-mobile__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;gap:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__empty-icon{font-size:3rem;color:var(--color-success-text);width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--color-success-bg);border-radius:50%}[data-theme=dark] .wizard-step--done .phleb-mobile__empty h2{font-size:1.25rem;margin:0}[data-theme=dark] .wizard-step--done .phleb-mobile__empty p{color:var(--color-text-muted);font-size:.875rem}[data-theme=dark] .wizard-step--done .phleb-mobile__job-carousel{margin-bottom:1rem}[data-theme=dark] .wizard-step--done .phleb-mobile__dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-border);padding:0;cursor:pointer;transition:background .2s,transform .2s}[data-theme=dark] .wizard-step--done .phleb-mobile__dot--active{background:var(--color-primary);transform:scale(1.3)}[data-theme=dark] .wizard-step--done .phleb-mobile__job-card{background:var(--color-surface);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--color-border);touch-action:pan-y;-webkit-user-select:none;user-select:none}[data-theme=dark] .wizard-step--done .phleb-mobile__job-badges{display:flex;gap:.5rem;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__status-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}[data-theme=dark] .wizard-step--done .phleb-mobile__priority{font-size:.75rem;font-weight:600}[data-theme=dark] .wizard-step--done .phleb-mobile__patient{margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__patient-name{font-size:1.25rem;font-weight:700;margin:0 0 .25rem}[data-theme=dark] .wizard-step--done .phleb-mobile__patient-address{font-size:.875rem;color:var(--color-text-muted);line-height:1.4;margin:0}[data-theme=dark] .wizard-step--done .phleb-mobile__time{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__time-icon{font-size:1.125rem}[data-theme=dark] .wizard-step--done .phleb-mobile__tests{font-size:.875rem;margin-bottom:.5rem;line-height:1.4}[data-theme=dark] .wizard-step--done .phleb-mobile__tests-label,[data-theme=dark] .wizard-step--done .phleb-mobile__notes-label{font-weight:600;margin-right:.25rem}[data-theme=dark] .wizard-step--done .phleb-mobile__notes{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem;padding:.5rem;background:var(--color-muted-bg);border-radius:calc(var(--radius) / 2);line-height:1.4}[data-theme=dark] .wizard-step--done .phleb-mobile__notes--patient{border-left:3px solid var(--color-warning)}[data-theme=dark] .wizard-step--done .phleb-mobile__actions{display:flex;gap:.75rem;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border-radius:var(--radius);font-size:1rem;font-weight:600;border:none;cursor:pointer;min-height:52px;transition:opacity .2s,background .2s;-webkit-tap-highlight-color:transparent}[data-theme=dark] .wizard-step--done .phleb-mobile__btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .wizard-step--done .phleb-mobile__btn:active:not(:disabled){opacity:.8}[data-theme=dark] .wizard-step--done .phleb-mobile__btn--primary{background:var(--color-primary);color:#fff;flex:1}[data-theme=dark] .wizard-step--done .phleb-mobile__btn--primary:hover:not(:disabled){background:var(--color-primary-hover)}[data-theme=dark] .wizard-step--done .phleb-mobile__btn--navigate{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);flex:0 0 auto}[data-theme=dark] .wizard-step--done .phleb-mobile__btn--ghost{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .phleb-mobile__btn--full{width:100%;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .phleb-mobile__swipe-hint{text-align:center;font-size:.75rem;color:var(--color-text-muted);margin:0}[data-theme=dark] .wizard-step--done .phleb-mobile__step{padding:1rem 0}[data-theme=dark] .wizard-step--done .phleb-mobile__step h2{font-size:1.25rem;margin:0 0 .5rem}[data-theme=dark] .wizard-step--done .phleb-mobile__step-desc{color:var(--color-text-muted);font-size:.875rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .phleb-mobile__step--complete{text-align:center;padding-top:3rem}[data-theme=dark] .wizard-step--done .phleb-mobile__complete-icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--color-success-bg);color:var(--color-success-text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}[data-theme=dark] .wizard-step--done .phleb-mobile__tubes{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .phleb-mobile__tube{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius);cursor:pointer;min-height:60px;transition:border-color .2s,background .2s;text-align:left;-webkit-tap-highlight-color:transparent}[data-theme=dark] .wizard-step--done .phleb-mobile__tube--collected{border-color:var(--color-success-text);background:var(--color-success-bg)}[data-theme=dark] .wizard-step--done .phleb-mobile__tube-color{width:20px;height:20px;border-radius:50%;flex-shrink:0}[data-theme=dark] .wizard-step--done .phleb-mobile__tube-info{flex:1;display:flex;flex-direction:column}[data-theme=dark] .wizard-step--done .phleb-mobile__tube-label{font-weight:600;font-size:.9375rem}[data-theme=dark] .wizard-step--done .phleb-mobile__tube-tests{font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .phleb-mobile__tube-check{font-size:1.25rem;font-weight:700;color:var(--color-success-text);width:24px;text-align:center}[data-theme=dark] .wizard-step--done .phleb-mobile__route h2{font-size:1.125rem;margin:0 0 1rem}[data-theme=dark] .wizard-step--done .phleb-mobile__route-empty{color:var(--color-text-muted);text-align:center;padding:2rem 0}[data-theme=dark] .wizard-step--done .phleb-mobile__route-list{display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .phleb-mobile__route-item{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;min-height:60px;text-align:left;-webkit-tap-highlight-color:transparent;width:100%}[data-theme=dark] .wizard-step--done .phleb-mobile__route-item--done{opacity:.6}[data-theme=dark] .wizard-step--done .phleb-mobile__route-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;border-radius:50%;font-size:.8125rem;font-weight:700;flex-shrink:0}[data-theme=dark] .wizard-step--done .phleb-mobile__route-item--done .phleb-mobile__route-number{background:var(--color-success-text)}[data-theme=dark] .wizard-step--done .phleb-mobile__route-info{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .phleb-mobile__route-name{display:block;font-weight:600;font-size:.9375rem}[data-theme=dark] .wizard-step--done .phleb-mobile__route-time{display:block;font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .schedule-phleb-jobs{font-size:.72rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .schedule-calendar-area{min-width:0;overflow-x:auto}[data-theme=dark] .wizard-step--done .schedule-job-block--draggable,[data-theme=dark] .wizard-step--done .schedule-week-job--draggable{cursor:grab;border:1px dashed var(--color-primary)}[data-theme=dark] .wizard-step--done .schedule-job-block--draggable:active,[data-theme=dark] .wizard-step--done .schedule-week-job--draggable:active{cursor:grabbing}[data-theme=dark] .wizard-step--done .schedule-week-job-unassigned{font-size:.65rem;color:var(--color-error);font-weight:500}[data-theme=dark] .wizard-step--done .tab-bar{display:flex;gap:0;border-bottom:2px solid var(--color-border);margin-bottom:1rem}[data-theme=dark] .wizard-step--done .tab-btn{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.9rem;color:var(--color-text-muted);font-weight:500;transition:color .15s,border-color .15s}[data-theme=dark] .wizard-step--done .tab-btn:hover{color:var(--color-text)}[data-theme=dark] .wizard-step--done .tab-btn--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}@media (max-width: 768px){[data-theme=dark] .wizard-step--done{@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}@keyframes slide-in-event{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}[data-theme=dark] .wizard-step--done .phleb-profile-grid{grid-template-columns:repeat(2,1fr)}[data-theme=dark] .wizard-step--done .schedule-main-layout{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .schedule-phleb-sidebar{display:flex;overflow-x:auto;gap:0}[data-theme=dark] .wizard-step--done .schedule-phleb-sidebar-header{display:none}[data-theme=dark] .wizard-step--done .schedule-phleb-row{flex-direction:column;min-width:80px;text-align:center;border-bottom:none;border-right:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .phleb-avail-row{flex-direction:column;align-items:flex-start}[data-theme=dark] .wizard-step--done .phleb-avail-day{min-width:auto}[data-theme=dark] .wizard-step--done .live-status-feed{position:relative}[data-theme=dark] .wizard-step--done .live-status-controls{display:flex;gap:.5rem;align-items:center}[data-theme=dark] .wizard-step--done .live-status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem;vertical-align:middle}[data-theme=dark] .wizard-step--done .live-status-indicator--connected{background-color:#059669;box-shadow:0 0 4px #059669}[data-theme=dark] .wizard-step--done .live-status-indicator--connecting{background-color:#f59e0b;animation:pulse-dot 1.5s ease-in-out infinite}[data-theme=dark] .wizard-step--done .live-status-indicator--disconnected,[data-theme=dark] .wizard-step--done .live-status-indicator--error{background-color:#6b7280}[data-theme=dark] .wizard-step--done .live-status-list{display:flex;flex-direction:column;gap:0;max-height:400px;overflow-y:auto}[data-theme=dark] .wizard-step--done .live-status-event{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--color-border);animation:slide-in-event .3s ease-out}[data-theme=dark] .wizard-step--done .live-status-event:last-child{border-bottom:none}[data-theme=dark] .wizard-step--done .live-status-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;font-size:.75rem;font-weight:700;margin-top:2px}[data-theme=dark] .wizard-step--done .live-status-content{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .live-status-content .print-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-page-header-left{display:flex;flex-direction:column;gap:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .live-status-title{font-size:.875rem;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .live-status-detail{font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .live-status-time{flex-shrink:0;font-size:.75rem;color:var(--color-text-muted);margin-top:2px}[data-theme=dark] .wizard-step--done .live-status-content .live-status-empty{padding:1.5rem 0;text-align:center;color:var(--color-text-muted);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .patient-profile__avatar{width:56px;height:56px;border-radius:50%;background-color:var(--color-primary);color:var(--color-text-inverse);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .patient-profile__notes-list{display:flex;flex-direction:column;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .patient-profile__note-item{padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}[data-theme=dark] .wizard-step--done .live-status-content .patient-profile__note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .patient-detail__subtitle{display:flex;gap:1rem;font-size:.875rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .patient-detail__actions{display:flex;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .patient-row-actions{display:flex;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .patient-detail__subtitle{flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .patient-detail__actions{flex-direction:column;gap:.25rem;width:100%}[data-theme=dark] .wizard-step--done .live-status-content .patient-detail__actions .btn{width:100%;text-align:center}[data-theme=dark] .wizard-step--done .live-status-content .patient-row-actions{flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-page-header-right{text-align:right}[data-theme=dark] .wizard-step--done .live-status-content .print-facility-name{font-size:1.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-page-footer{margin-top:2rem;padding-top:.75rem;border-top:1px solid var(--color-border);text-align:center;font-size:.75rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-row-flagged td{background:#fffbeb}[data-theme=dark] .wizard-step--done .live-status-content .print-result-status{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-result-status--normal{color:#059669;background:#ecfdf5}[data-theme=dark] .wizard-step--done .live-status-content .print-result-status--abnormal{color:#d97706;background:#fffbeb}[data-theme=dark] .wizard-step--done .live-status-content .print-result-status--critical{color:#dc2626;background:#fef2f2}[data-theme=dark] .wizard-step--done .live-status-content .print-tube-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.375rem;vertical-align:middle}[data-theme=dark] .wizard-step--done .live-status-content .print-signature-section{margin-top:2rem}[data-theme=dark] .wizard-step--done .live-status-content .print-signature-row{display:flex;gap:3rem;margin-top:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-signature-block{flex:1;display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-signature-line{border-top:1px solid var(--color-border);width:100%;margin-bottom:.25rem;height:2rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes{font-size:.8125rem;color:var(--color-text-muted);margin-top:1.5rem;border-top:1px solid var(--color-border);padding-top:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p{margin:.25rem 0;@keyframes help-docs-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes status-board-pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes global-search-fade-in{0%{opacity:0}to{opacity:1}}@keyframes global-search-slide-in{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__route-status{font-size:.75rem;font-weight:600;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__profile h2{font-size:1.125rem;margin:0 0 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stat{text-align:center;padding:1rem .5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stat-label{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--color-surface);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom,0);z-index:100}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.625rem 0;min-height:56px;background:none;border:none;color:var(--color-text-muted);cursor:pointer;transition:color .2s;-webkit-tap-highlight-color:transparent}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__nav-item--active{color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__nav-icon{font-size:1.25rem;margin-bottom:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__nav-label{font-size:.6875rem;font-weight:500}@media (max-width: 400px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__header{padding:.75rem .75rem .375rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__content{padding:.375rem .75rem 5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__job-card{padding:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__patient-name{font-size:1.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__actions{flex-direction:column}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__btn--navigate{flex:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stats{gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stat{padding:.75rem .25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-mobile__stat-value{font-size:1.25rem}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .phleb-schedule{max-width:960px;margin:0 auto;padding:1.5rem 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-nav{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-nav-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-display{text-align:center;flex:1}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-title{font-size:1.25rem;font-weight:600;margin:0;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-subtitle{font-size:.85rem;color:var(--color-muted-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-actions{display:flex;justify-content:center;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-picker-wrapper{position:relative}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-input{position:absolute;top:100%;right:0;z-index:10;margin-top:.25rem;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;text-align:center;border-top:3px solid var(--color-accent-blue)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-card--success{border-top-color:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-card--warning{border-top-color:var(--color-warning)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-card--info{border-top-color:var(--color-accent-purple)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-text);line-height:1.2}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-label{display:block;font-size:.75rem;color:var(--color-muted-text);margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-map-placeholder{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-map-inner{text-align:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-map-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.6}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-map-inner h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-route-stops{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-route-stop{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--color-border);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-route-stop:last-child{border-bottom:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-route-stop-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-route-stop-name{font-weight:500;white-space:nowrap;min-width:120px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-view{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-grid{display:grid;grid-template-columns:60px 1fr;gap:0;margin-top:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-hours{display:flex;flex-direction:column}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-hour{height:48px;display:flex;align-items:flex-start;padding-top:2px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-hour-label{font-size:.7rem;color:var(--color-muted-text);white-space:nowrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-appointments{display:flex;flex-direction:column;border-left:2px solid var(--color-border);position:relative}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-slot{height:48px;border-bottom:1px solid var(--color-border-light, rgba(0, 0, 0, .05));padding-left:.75rem;display:flex;flex-direction:column;gap:2px;justify-content:flex-start}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block{background:var(--color-accent-blue);color:#fff;border-radius:4px;padding:4px 8px;font-size:.75rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block--scheduled{background:var(--color-accent-blue)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block--checked_in{background:var(--color-accent-purple)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block--in_progress{background:var(--color-warning);color:#000}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block--completed{background:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block--no_show{background:var(--color-danger)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block-time{font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block-patient{font-weight:500}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-block-type{opacity:.85}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointments{margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden;transition:box-shadow .15s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-card:hover{box-shadow:0 2px 8px #00000014}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-card--expanded{border-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-header{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-header:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-order{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-summary{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-top-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-time{font-weight:600;color:var(--color-text);font-size:.95rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-patient{font-weight:500;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-muted-text);margin-top:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-expand-icon{color:var(--color-muted-text);font-size:.75rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-details{border-top:1px solid var(--color-border);padding:1rem;background:var(--color-bg-subtle, var(--color-surface))}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-detail-item{display:flex;flex-direction:column;gap:.15rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-detail-item--full{grid-column:1 / -1}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-detail-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted-text);font-weight:500}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-detail-value{font-size:.875rem;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-actions{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}@media (max-width: 640px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stats{grid-template-columns:repeat(2,1fr)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-stat-value{font-size:1.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-top-row{flex-direction:column;align-items:flex-start;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-appointment-detail-grid{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-nav-controls{gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-date-title{font-size:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-timeline-grid{grid-template-columns:50px 1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-route-stop-name{min-width:auto}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tabs{display:flex;gap:0;border-bottom:2px solid var(--color-border);margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tab{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.875rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tab:hover{color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:10px;background:var(--color-muted-bg);color:var(--color-text-muted);font-size:.75rem;font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tab--active .help-docs-tab-count{background:var(--color-primary);color:#fff}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-section{animation:help-docs-fadein .2s ease}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.375rem;height:1.375rem;padding:0 .375rem;border-radius:10px;background:var(--color-muted-bg);color:var(--color-text-muted);font-size:.75rem;font-weight:600;margin-left:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-shortcuts-table{width:100%}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-kbd-group{display:inline-flex;align-items:center;gap:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-kbd{display:inline-block;padding:.2rem .5rem;background:var(--color-muted-bg);border:1px solid var(--color-border);border-radius:4px;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--color-text);line-height:1.4;box-shadow:0 1px 0 var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-kbd-separator{color:var(--color-text-muted);font-size:.75rem;margin:0 .125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-card{text-align:center;padding:1.5rem 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-icon{font-size:1.75rem;margin-bottom:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-card h4{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-value{font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-note{font-size:.8125rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-contact-grid{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tabs{gap:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .help-docs-tab{padding:.625rem .875rem;font-size:.8125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board{padding:1.5rem;max-width:1400px;margin:0 auto}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__refresh-indicator{display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__refresh-dot{width:8px;height:8px;border-radius:50%;background:var(--color-accent-green);animation:status-board-pulse ease-in-out infinite}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metrics{display:flex;gap:0;background:var(--color-card);border:1px solid var(--color-border);border-radius:.5rem;padding:1rem 0;margin-bottom:1.5rem;overflow-x:auto}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metric{flex:1;display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;border-right:1px solid var(--color-border);min-width:100px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metric:last-child{border-right:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metric-value{font-size:1.5rem;font-weight:700;line-height:1.2}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metric-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__body{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__left{display:flex;flex-direction:column;gap:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__right{min-height:400px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-grid{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-card{border:1px solid var(--color-border);border-radius:.5rem;padding:.875rem;transition:box-shadow .15s,border-color .15s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-card:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #00000014}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-card--expanded{border-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-name-row{display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-card-body{display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-detail{display:flex;gap:.5rem;font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-detail-label{color:var(--color-text-muted);min-width:5rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-progress{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__progress-bar{height:4px;border-radius:2px;background:var(--color-border);overflow:hidden}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__progress-fill{height:100%;border-radius:2px;background:var(--color-accent-green);transition:width .3s ease}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__phleb-schedule{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-list{display:flex;flex-direction:column;gap:.375rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-item{display:flex;align-items:center;gap:.75rem;padding:.375rem .5rem;border-radius:.25rem;font-size:.8125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-item--completed{opacity:.6}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-item--in_progress{background:var(--color-primary-bg, rgba(37, 99, 235, .08));font-weight:500}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-time{min-width:3rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-info{flex:1;display:flex;justify-content:space-between;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-patient{font-weight:500}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-test{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-status{font-size:.875rem;width:1.25rem;text-align:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-status--completed{color:var(--color-accent-green)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-status--in_progress{color:var(--color-warning)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__schedule-status--upcoming{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__alerts{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__alert{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-left:3px solid;border-radius:.25rem;background:var(--color-card);border-top:1px solid var(--color-border);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__alert-icon{font-size:1.125rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__alert-content{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__alert-message{font-weight:600;font-size:.875rem;margin-bottom:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__alert-meta{display:flex;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted);flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-placeholder{display:flex;flex-direction:column;height:calc(100% - 3rem)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-area{flex:1;position:relative;background:var(--color-bg);border-radius:.25rem;margin:0 1rem;overflow:hidden;min-height:300px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-marker{position:absolute;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);box-shadow:0 2px 6px #00000040;z-index:1;transition:transform .2s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-marker:hover{transform:translate(-50%,-50%) scale(1.2);z-index:2}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-marker-label{color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-legend{display:flex;gap:1rem;padding:.75rem 1rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__map-legend-item{display:flex;align-items:center;gap:.375rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__footer{text-align:center;padding-top:.5rem}@media (max-width: 1024px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__body{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__right{min-height:300px}}@media (max-width: 640px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board{padding:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metrics{flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metric{flex:0 0 calc(33.333% - 1px);border-right:none;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__metric:nth-last-child(-n+1){border-bottom:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-board__header{flex-direction:column}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard{display:flex;flex-direction:column;gap:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alerts{display:grid;gap:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alert{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1rem;border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius-md);background:var(--color-surface)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alert--warning{border-left-color:var(--color-warning)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alert--info{border-left-color:var(--color-accent-blue)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alert--success{border-left-color:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alert-title{font-weight:600;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__alert-message{color:var(--color-text-muted);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__active-jobs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;transition:background-color .15s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-item:last-child{border-bottom:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-item:hover{background-color:var(--color-surface-hover)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-info{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-patient{font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-tests{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-panel{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,.85fr);gap:1rem;align-items:stretch}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__mini-map{position:relative;min-height:220px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(90deg,rgba(148,163,184,.18) 1px,transparent 1px),linear-gradient(rgba(148,163,184,.18) 1px,transparent 1px),linear-gradient(135deg,#0ea5e914,#22c55e14);background-size:44px 44px,44px 44px,100% 100%}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-point{position:absolute;width:.875rem;height:.875rem;transform:translate(-50%,-50%);border:2px solid var(--color-surface);border-radius:999px;box-shadow:0 0 0 3px #0f172a1f}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-point--available{background:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-point--en_route{background:var(--color-accent-blue)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-point--busy{background:var(--color-warning)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-list{display:flex;flex-direction:column;gap:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-row{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-dot{width:.625rem;height:.625rem;margin-top:.375rem;border-radius:999px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-dot--available{background:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-dot--en_route{background:var(--color-accent-blue)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-dot--busy{background:var(--color-warning)}@media (max-width: 1024px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__active-jobs,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__map-panel{grid-template-columns:1fr}}@media (max-width: 640px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-item{flex-direction:column;align-items:flex-start}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .facility-dashboard__job-meta{align-self:flex-end}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:var(--color-bg-secondary, #f3f4f6);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius, .375rem);color:var(--color-text-secondary, #6b7280);cursor:pointer;font-size:.875rem;transition:border-color .15s,box-shadow .15s;min-width:200px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger:hover{border-color:var(--color-primary, #4f46e5)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger:focus-visible{outline:2px solid var(--color-primary, #4f46e5);outline-offset:2px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger-icon{font-size:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger-text{flex:1;text-align:left}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger-kbd{font-size:.6875rem;padding:.125rem .375rem;background:var(--color-bg, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:.25rem;color:var(--color-text-tertiary, #9ca3af);font-family:inherit}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;animation:global-search-fade-in .15s ease}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-modal{position:fixed;top:15%;left:50%;transform:translate(-50%);width:90%;max-width:640px;max-height:70vh;background:var(--color-bg, #fff);border-radius:.75rem;box-shadow:0 20px 60px #0000004d;z-index:9999;display:flex;flex-direction:column;overflow:hidden;animation:global-search-slide-in .15s ease}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-input-wrapper{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-border, #e5e7eb);gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-input-icon{font-size:1.25rem;color:var(--color-text-tertiary, #9ca3af)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-input{flex:1;border:none;outline:none;font-size:1rem;background:transparent;color:var(--color-text, #111827)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-input::placeholder{color:var(--color-text-tertiary, #9ca3af)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-input-kbd{font-size:.6875rem;padding:.125rem .375rem;background:var(--color-bg-secondary, #f3f4f6);border:1px solid var(--color-border, #e5e7eb);border-radius:.25rem;color:var(--color-text-tertiary, #9ca3af);font-family:inherit}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-results{overflow-y:auto;padding:.5rem 0;flex:1;min-height:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-section{padding:.25rem 0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-section-header{display:flex;align-items:center;gap:.375rem;padding:.375rem 1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary, #9ca3af)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-section-icon{font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-section-title{flex:1}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-clear-recent{background:none;border:none;color:var(--color-primary, #4f46e5);cursor:pointer;font-size:.6875rem;padding:.125rem .25rem;border-radius:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-clear-recent:hover{text-decoration:underline}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-recent-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:var(--color-text, #111827);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-recent-item:hover{background:var(--color-bg-secondary, #f3f4f6)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-recent-icon{color:var(--color-text-tertiary, #9ca3af)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-empty{padding:2rem 1rem;text-align:center;color:var(--color-text-secondary, #6b7280);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:var(--color-text, #111827);font-size:.875rem;transition:background-color .1s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-item:hover,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-item--selected{background:var(--color-bg-secondary, #f3f4f6)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-item--selected{background:var(--color-primary-light, #eef2ff)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-icon{font-size:1.25rem;color:var(--color-text-tertiary, #9ca3af);flex-shrink:0;width:1.5rem;text-align:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-subtitle{font-size:.75rem;color:var(--color-text-secondary, #6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-result-badge{flex-shrink:0;font-size:.6875rem;padding:.125rem .5rem;background:var(--color-bg-secondary, #f3f4f6);border-radius:999px;color:var(--color-text-secondary, #6b7280);border:1px solid var(--color-border, #e5e7eb)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-footer{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-top:1px solid var(--color-border, #e5e7eb);font-size:.75rem;color:var(--color-text-tertiary, #9ca3af)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-footer kbd{display:inline-block;padding:.0625rem .25rem;background:var(--color-bg-secondary, #f3f4f6);border:1px solid var(--color-border, #e5e7eb);border-radius:.25rem;font-size:.6875rem;font-family:inherit}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p [data-theme=dark] .global-search-trigger{background:var(--color-bg-secondary, #1f2937);border-color:var(--color-border, #374151)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p [data-theme=dark] .global-search-trigger-kbd,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p [data-theme=dark] .global-search-input-kbd{background:var(--color-bg-tertiary, #374151);border-color:var(--color-border, #4b5563)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p [data-theme=dark] .global-search-modal{background:var(--color-bg, #111827);box-shadow:0 20px 60px #0009}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p [data-theme=dark] .global-search-result-item--selected{background:var(--color-bg-tertiary, #374151)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p [data-theme=dark] .global-search-overlay{background:#000000b3}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .sidebar-search{padding:.5rem .75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .mobile-topbar-search{margin-left:auto}@media (max-width: 640px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger{min-width:auto}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger-text,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-trigger-kbd{display:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .global-search-modal{top:5%;width:95%;max-height:80vh}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-page{max-width:960px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-layout{display:flex;gap:2rem;margin-top:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav{display:flex;flex-direction:column;gap:.25rem;min-width:160px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav-btn{background:none;border:none;text-align:left;padding:.625rem 1rem;border-radius:var(--radius);font-size:.875rem;color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav-btn:hover{background:var(--color-surface);color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav-btn--active{background:var(--color-primary);color:#fff;font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav-btn--active:hover{background:var(--color-primary);color:#fff}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-content{flex:1;min-width:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-photo{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-photo-preview{width:72px;height:72px;border-radius:50%;overflow:hidden;background:var(--color-surface);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-photo-preview img{width:100%;height:100%;object-fit:cover}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-photo-placeholder{font-size:1.5rem;font-weight:700;color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-table{width:100%}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-header,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-row{display:grid;grid-template-columns:1fr 80px 80px 80px;align-items:center;padding:.625rem 0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-header{border-bottom:2px solid var(--color-border);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-row{border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-row:last-child{border-bottom:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-event{font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-channel{display:flex;justify-content:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-sessions{display:flex;flex-direction:column;gap:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-session-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-session-row:last-child{border-bottom:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-session-info{display:flex;flex-direction:column;gap:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-session-device{font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-session-current{display:inline-block;font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;background:var(--color-accent-green-light, #d1fae5);color:var(--color-accent-green-dark, #065f46)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-layout{flex-direction:column;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav{flex-direction:row;min-width:0;overflow-x:auto}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-nav-btn{white-space:nowrap;padding:.5rem .875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-header,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .user-settings-notif-row{grid-template-columns:1fr 60px 60px 60px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed{max-width:800px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-filters{display:flex;gap:.75rem;padding:0 1.25rem 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-filter-select{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:.875rem;min-width:160px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-filter-input{flex:1;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-filter-input::placeholder{color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-list{display:flex;flex-direction:column}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1.25rem;border-top:1px solid var(--color-border);transition:background-color .15s ease}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-item:hover{background-color:var(--color-bg)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;color:#fff;font-size:.875rem;font-weight:600;flex-shrink:0;margin-top:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-description{font-size:.875rem;color:var(--color-text);text-decoration:none;line-height:1.4}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-description:hover{color:var(--color-primary);text-decoration:underline}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-actor{font-size:.75rem;color:var(--color-text-muted)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-time{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;margin-top:.125rem;cursor:default}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-empty{padding:2rem 1.25rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-sentinel{min-height:1px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-loading{padding:1rem 1.25rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}@media (max-width: 600px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-filters{flex-direction:column}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .activity-feed-filter-select{min-width:unset;width:100%}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive{position:relative;max-width:100%}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive .table{min-width:600px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive .table th:first-child,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive .table td:first-child{position:sticky;left:0;z-index:2;background:var(--color-surface);box-shadow:2px 0 4px #0000000f}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive .table th:first-child{z-index:3;background:var(--color-surface)}@media (max-width: 1024px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .stats-grid{grid-template-columns:repeat(2,1fr)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .dashboard-columns{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .quick-actions-grid{grid-template-columns:repeat(3,1fr)}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .bottom-nav-item{min-height:44px;min-width:44px;padding:.5rem .25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .mobile-menu-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-item,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .attention-item,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .quick-action-btn{min-height:44px;padding:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .clickable-row td{padding:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .stats-grid{grid-template-columns:1fr 1fr;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .stat-card{padding:1rem}@media (max-width: 375px){[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .stats-grid{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .stat-card{padding:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .stat-value{font-size:1.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .quick-actions-grid{grid-template-columns:repeat(2,1fr)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .bottom-nav-label{font-size:.5625rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .mobile-topbar{padding:0 .75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .main-content{padding:4rem .75rem 5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .page-header h2{font-size:1.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .card{padding:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .dashboard-columns{gap:.75rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .metrics-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .schedule-item{flex-wrap:wrap;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .table-responsive .table{min-width:500px;font-size:.8125rem}}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lab-orders,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lab-order-detail,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .create-lab-order{padding:1.5rem;max-width:1200px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-filters{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-filters select,[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-filters input[type=date]{padding:.4rem .6rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-search{min-width:200px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-actions{display:flex;gap:.5rem;align-items:center}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-selection-count{font-size:.875rem;color:var(--color-primary);font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-card{overflow:hidden}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-table{width:100%;border-collapse:collapse}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-sortable:hover{color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-col-check{width:40px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-row--clickable:hover{background:var(--color-bg)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-row--selected{background:color-mix(in srgb,var(--color-primary) 8%,transparent)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-id{font-family:monospace;font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem;border-top:1px solid var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-page-info{font-size:.875rem;color:var(--color-muted-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-assign-modal{padding:1.5rem;min-width:320px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-assign-modal h3{margin-bottom:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-assign-select{width:100%;padding:.5rem;margin:1rem 0;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-detail-card{padding:1.5rem;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-detail-card h3{margin-bottom:1rem;font-size:1rem;color:var(--color-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-detail-card--warning{border-left:4px solid var(--color-warning)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-detail-card--info{border-left:4px solid var(--color-accent-blue)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-detail-grid{grid-template-columns:1fr}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-dl dt{font-weight:600;color:var(--color-muted-text);font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-dl dd{margin:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-list{display:flex;flex-wrap:wrap;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-chip{display:inline-block;padding:.25rem .75rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary);border-radius:999px;font-size:.8125rem;font-weight:500}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-dot{width:24px;height:24px;border-radius:50%;border:3px solid var(--color-border);background:var(--color-surface);z-index:1}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--completed .lo-workflow-dot{background:var(--color-success);border-color:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--current .lo-workflow-dot{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-primary) 25%,transparent)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--pending .lo-workflow-dot{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-label{font-size:.75rem;margin-top:.5rem;text-align:center;color:var(--color-muted-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--current .lo-workflow-label{color:var(--color-primary);font-weight:600}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--completed .lo-workflow-label{color:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-connector{position:absolute;top:12px;left:50%;width:100%;height:3px;background:var(--color-border);z-index:0}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--completed .lo-workflow-connector{background:var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-workflow-step--current .lo-workflow-connector{background:linear-gradient(to right,var(--color-primary),var(--color-border))}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-status-timeline{display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-timeline-entry{display:flex;align-items:center;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-timeline-time{font-size:.875rem;color:var(--color-muted-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .status-badge--sm{font-size:.75rem;padding:.15rem .5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-form{max-width:800px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-form-card{padding:1.5rem;margin-bottom:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-form-card h3{margin-bottom:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.5rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-option{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,background .15s}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-option:hover{border-color:var(--color-primary)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-option--selected{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-option input[type=checkbox]{margin-top:2px}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-option-content{display:flex;flex-direction:column;gap:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-test-option-detail{font-size:.75rem;color:var(--color-muted-text)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-specimen-summary{background:color-mix(in srgb,var(--color-success) 5%,var(--color-surface));border-left:4px solid var(--color-success)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-specimen-summary h4{margin:.75rem 0 .5rem;font-size:.875rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-specimen-summary ul{margin:0;padding-left:1.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-specimen-summary li{font-size:.875rem;margin-bottom:.25rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-priority-group{display:flex;gap:1rem}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-priority-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-priority-option--selected{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}[data-theme=dark] .wizard-step--done .live-status-content .print-footnotes p .lo-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}}}
