:root{--bg:#ffffff;--bg-soft:#f6faf6;--bg-deep:#0f2617;--panel:rgba(255,255,255,0.94);--panel-strong:#ffffff;--line:rgba(0,93,24,0.12);--line-strong:rgba(0,93,24,0.2);--text:#102117;--muted:#5d6d63;--accent:#005d18;--accent-strong:#0c7b28;--accent-soft:#dff4e4;--accent-soft-2:#eef8ef;--success:#1c7c54;--danger:#b0413e;--shadow:0 24px 56px rgba(17,42,25,0.08);--shadow-soft:0 16px 32px rgba(17,42,25,0.06);--swipe-action-start:#0b6a2a;--swipe-action-end:#075021;--swipe-action-text:#f4fff6;--radius:28px;--radius-sm:18px;--global-bottom-nav-height:80px;--font-sans:var(--font-sans-runtime),"Noto Sans KR","SUIT","Pretendard","Apple SD Gothic Neo",sans-serif;--font-display:var(--font-sans-runtime),"Noto Sans KR","SUIT","Pretendard",sans-serif}*{box-sizing:border-box}html{min-height:100%;background:radial-gradient(circle at top left,rgba(0,93,24,.08),transparent 24%),radial-gradient(circle at top right,rgba(0,93,24,.05),transparent 28%),linear-gradient(180deg,#ffffff,#f7fbf7)}body,html{height:auto;overflow-x:hidden;overflow-y:auto}body{margin:0;color:var(--text);font-family:var(--font-sans);min-height:100vh;position:static;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(244,250,246,.94)),radial-gradient(circle at 18% 10%,rgba(0,93,24,.05),transparent 20%),radial-gradient(circle at 85% 22%,rgba(0,93,24,.045),transparent 26%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:.95rem 1rem;background:#fff;color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:rgba(0,93,24,.48);box-shadow:0 0 0 4px rgba(0,93,24,.12),0 12px 24px rgba(0,93,24,.06)}input:disabled,select:disabled,textarea:disabled{background:#f1f3f1;color:#8a948d;border-color:rgba(0,93,24,.08);box-shadow:none;cursor:not-allowed}a:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(0,93,24,.14)}.login-shell,.page-shell,.splash-screen{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:96px 0 48px}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.35fr .9fr;grid-gap:24px;gap:24px;align-items:center}.login-shell-minimal{width:min(460px,calc(100% - 28px));display:flex;justify-content:">"}.hero-card,.login-card,.section-card{background:var(--panel);border:1px solid rgba(0,93,24,.08);border-radius:var(--radius);box-shadow:var(--shadow);animation:rise .45s ease both;padding:24px}.section-card{position:relative;overflow:hidden;background:linear-gradient(165deg,#ffffff,#f8fcf9 72%,#f1f8f3);border-color:rgba(0,93,24,.11);box-shadow:0 16px 34px rgba(16,36,24,.07),inset 0 1px 0 rgba(255,255,255,.9)}.section-card:before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,93,24,.24),transparent);pointer-events:none}.hero-card{background:radial-gradient(circle at top left,rgba(0,93,24,.12),transparent 26%),linear-gradient(180deg,#ffffff,#f7fbf7);color:var(--text);position:relative;overflow:hidden}.login-card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,253,250,.96))}.login-card-minimal{width:100%;padding:32px 24px;display:flex;flex-direction:column;gap:24px;max-width:420px;margin:0 auto}.login-brand-only{justify-content:center;margin-bottom:8px}.login-card-minimal .stack{gap:14px}.login-card-minimal input{padding:0 18px}.login-card-minimal .button,.login-card-minimal input{border-radius:18px;min-height:56px}.hero-card:after,.topbar:after{content:"";position:absolute;inset:auto -40px -40px auto;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(0,93,24,.08),transparent 66%);pointer-events:none}.button-row,.card-grid,.detail-grid,.hero-grid,.inline-grid,.metric-strip,.nav-strip,.toolbar,.topbar-actions{display:flex;gap:12px}.card-grid,.detail-grid,.hero-grid,.inline-grid,.metric-strip{flex-wrap:wrap}.hero-grid{margin-top:24px}.account-chip,.entry-card,.list-row,.metric,.mini-panel{border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.12)}.mini-panel{flex:1 1 180px;padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(242,248,242,.92));border-color:rgba(0,93,24,.08);box-shadow:var(--shadow-soft)}.page-shell{display:flex;flex-direction:column;gap:18px;padding-bottom:calc(var(--global-bottom-nav-height) + 48px)}.global-chrome{position:fixed!important;top:0;left:0;right:0;bottom:auto;z-index:120;padding:14px 0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.86));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,93,24,.06);box-shadow:0 8px 24px rgba(16,32,27,.06);isolation:isolate}.bottom-nav{position:fixed!important;bottom:0!important;z-index:180;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px;gap:6px;padding:9px max(10px,env(safe-area-inset-right,0px)) calc(8px + env(safe-area-inset-bottom, 0px)) max(10px,env(safe-area-inset-left,0px));border:0;border-top:1px solid rgba(0,93,24,.16);background:linear-gradient(180deg,rgba(252,255,252,.995),rgba(244,250,246,.99));box-shadow:0 -8px 16px rgba(16,32,27,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.bottom-nav-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;text-decoration:none;min-height:58px;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;color:var(--muted);transition:background-color .18s ease,color .18s ease,transform .18s ease}.bottom-nav-item:hover{background:rgba(0,93,24,.07);color:var(--accent)}.bottom-nav-item.active{background:linear-gradient(180deg,rgba(0,93,24,.14),rgba(0,93,24,.08));color:var(--accent);font-weight:700}.bottom-nav-icon{width:20px;height:20px;flex:0 0 auto}.bottom-nav-item span{font-size:.72rem;line-height:1.1;letter-spacing:.01em}.floating-brand,.floating-controls,.floating-menu-wrap{pointer-events:auto}.floating-brand{display:inline-flex;align-items:center;justify-content:center;margin-left:max(14px,calc((100vw - min(1180px, calc(100% - 28px))) / 2));min-height:52px;padding:10px 16px;background:transparent;border:none;border-radius:18px}.floating-menu-wrap{position:relative;margin-right:max(14px,calc((100vw - min(1180px, calc(100% - 28px))) / 2))}.floating-controls{display:inline-flex;align-items:center;gap:8px}.global-scan-trigger{min-height:36px;padding:.5rem .88rem;border-radius:12px;font-size:.84rem;line-height:1;white-space:nowrap}.global-menu-popover{position:absolute;top:calc(100% + 10px);right:0;min-width:220px}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:20px 24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,252,248,.96));color:var(--text);border-radius:28px;box-shadow:var(--shadow);border:1px solid rgba(0,93,24,.08);position:relative}.topbar.app-header{position:-webkit-sticky;position:sticky;top:calc(10px + env(safe-area-inset-top, 0px));z-index:32;padding:0;gap:0;border-radius:0;overflow:visible;border:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;transition:none}.topbar.app-header:after,.topbar.app-header:before{display:none}.app-header-inner{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:10px 0;transition:min-height .2s ease,padding .2s ease}.topbar.app-header.app-header-scrolled{border:0;background:transparent;box-shadow:none}.topbar.app-header.app-header-scrolled .app-header-inner{min-height:60px;padding:8px 0}.topbar-copy{display:flex;flex-direction:column;gap:12px;min-width:0}.topbar-header-actions{flex:0 0 auto}.header-button-row,.topbar-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.header-button-row{flex-wrap:nowrap}.header-button{white-space:nowrap;min-height:40px;padding:.62rem .92rem;border-radius:16px;font-size:.92rem}.brand-row{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative}.menu-toggle{width:36px;height:36px;border-radius:12px;border:1px solid rgba(0,93,24,.12);background:rgba(255,255,255,.92);display:inline-flex;flex-direction:column;justify-content:center;gap:4px;padding:0 9px;cursor:pointer;box-shadow:0 8px 16px rgba(0,93,24,.08)}.menu-toggle span{display:block;height:1.8px;border-radius:999px;background:var(--accent);transition:transform .18s ease,opacity .18s ease}.menu-toggle.active span:first-child{transform:translateY(5.5px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.menu-sheet{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:22px;border:1px solid rgba(0,93,24,.1);background:radial-gradient(circle at top right,rgba(0,93,24,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,246,.96));box-shadow:var(--shadow)}.menu-popover{position:absolute;top:42px;right:0;z-index:40;width:min(240px,calc(100vw - 20px))}.menu-backdrop{position:fixed;inset:0;z-index:35;border:0;background:transparent;cursor:default}.menu-sheet-group{display:flex;flex-direction:column;gap:10px}.menu-sheet-info,.menu-sheet-link{display:flex;flex-direction:column;gap:4px;padding:11px 12px;border-radius:14px;border:1px solid rgba(0,93,24,.1);background:rgba(255,255,255,.88);color:inherit;text-decoration:none}.menu-sheet-link{font-weight:700;cursor:pointer}button.menu-sheet-link{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left}.menu-sheet-link.active{color:var(--accent);border-color:rgba(0,93,24,.18);background:linear-gradient(135deg,rgba(0,93,24,.08),rgba(0,93,24,.12))}.menu-sheet-link-logout{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left;color:#8d1b1b;border-color:rgba(141,27,27,.12)}.menu-sheet-label{font-size:.8rem;color:var(--muted)}.main-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.main-card{display:flex;flex-direction:column;gap:8px;padding:20px;border-radius:22px;border:1px solid rgba(0,93,24,.08);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,250,246,.94));box-shadow:var(--shadow-soft)}.main-card strong{font-size:1rem}.main-card span{color:var(--muted);line-height:1.5}.main-card-accent{border-color:rgba(0,93,24,.14);background:linear-gradient(180deg,rgba(232,248,236,.96),rgba(255,255,255,.96))}.menu-sheet-info p{margin:0;color:var(--muted)}.hero-card h1,.login-card h2,.section-card h2,.topbar h1{margin:0;font-family:var(--font-display);line-height:1.05;letter-spacing:-.03em}.topbar h1{font-size:clamp(2rem,3vw,3rem);line-height:1.12;letter-spacing:-.04em;word-break:keep-all;overflow-wrap:anywhere}.topbar.app-header .page-title{font-size:clamp(1.76rem,2.75vw,2.16rem);line-height:1.1;letter-spacing:-.02em;overflow-wrap:anywhere;color:#005d18;font-weight:800;text-shadow:0 1px 0 rgba(255,255,255,.3);padding-left:0}.topbar.app-header .topbar-copy{gap:4px;padding-left:12px}.topbar.app-header .subtle{opacity:.78;color:#456252;font-size:.84rem;line-height:1.25;font-weight:500;padding-left:0}.topbar.app-header .topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:nowrap;margin-left:auto;padding:0;border:0;border-radius:0;background:transparent}.topbar.app-header.app-header-compact .app-header-inner{min-height:70px}.topbar.app-header .header-button-row,.topbar.app-header .topbar-header-actions{gap:6px}.topbar.app-header .header-button{min-height:34px;padding:.35rem .7rem;border-radius:999px;font-size:.76rem;border:1px solid rgba(0,93,24,.16);background:rgba(255,255,255,.54);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.topbar.app-header .header-button:hover{background:rgba(255,255,255,.72)}.topbar.app-header .header-button.ghost,.topbar.app-header .header-button.secondary{color:#1f6c36}.hero-card h1{font-size:clamp(2.4rem,4.8vw,4.6rem);max-width:12ch}.login-card h2,.section-card h2{font-size:clamp(1.3rem,2vw,1.9rem)}.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.22em;font-size:.74rem}.eyebrow,.hero-card .eyebrow{color:var(--accent)}.lead,.subtle{margin:0;color:inherit;opacity:.78}.content-stack,.stack{display:flex;flex-direction:column;gap:16px}.stack.compact{gap:10px}.worksite-region-list{display:flex;flex-direction:column;gap:18px}.worksite-region-section{display:flex;flex-direction:column;gap:12px}.worksite-region-header{display:flex;flex-direction:column;gap:4px;padding-inline:6px}.worksite-region-header .eyebrow{margin-bottom:0;letter-spacing:.18em}.worksite-region-header h2{font-size:clamp(1.08rem,2.2vw,1.42rem);letter-spacing:-.03em}.worksite-tile-list{display:flex;flex-direction:column;gap:10px}.worksite-tile-list-compact{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.worksite-tile{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:24px;text-decoration:none;color:inherit;background:radial-gradient(circle at right top,rgba(0,93,24,.07),transparent 30%),linear-gradient(180deg,#ffffff,#f5fbf6);border:1px solid rgba(0,93,24,.1);box-shadow:0 10px 24px rgba(0,93,24,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.worksite-tile-compact{padding:14px 16px;align-items:stretch;gap:10px}.worksite-tile-main{width:100%;display:flex;align-items:flex-start;text-align:left;color:inherit}.worksite-tile:hover{transform:translateY(-1px);border-color:rgba(0,93,24,.18);box-shadow:0 14px 30px rgba(0,93,24,.12)}.worksite-tile-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.worksite-tile-copy strong{font-size:1.04rem;line-height:1.35;letter-spacing:-.02em;word-break:keep-all}.worksite-tile-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:nowrap}.worksite-tile-button{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left}.worksite-tile-button:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(0,93,24,.14)}.worksite-address-line{font-size:.82rem;font-weight:400;opacity:.75}.worksite-line-row{align-items:center;padding:10px 12px;border-radius:14px;gap:10px}.worksite-line-row .worksite-tile-main{min-width:0}.worksite-line-row .worksite-tile-copy{width:100%;min-width:0;flex-direction:row;align-items:center;gap:8px}.worksite-line-name{max-width:44%}.worksite-line-address,.worksite-line-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worksite-line-address{margin:0;flex:1 1 auto}.worksite-tile-actions{flex-shrink:0}.swipe-action-row{--swipe-row-radius:14px;position:relative;width:100%;overflow:hidden;border-radius:var(--swipe-row-radius);touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab}.swipe-action-row:active{cursor:-webkit-grabbing;cursor:grabbing}.swipe-action-row--service{--swipe-row-radius:12px}.swipe-action-row--report{--swipe-row-radius:14px}.swipe-action-row__underlay{position:absolute;inset:0;display:flex;justify-content:flex-end;align-items:stretch;padding:1px 1px 1px 0;border-radius:inherit;background:linear-gradient(180deg,rgba(236,245,238,.95),rgba(230,241,233,.95));opacity:0;pointer-events:none;transition:opacity .14s ease}.swipe-action-row.is-dragging .swipe-action-row__underlay,.swipe-action-row.is-open .swipe-action-row__underlay{opacity:1;pointer-events:auto}.swipe-action-row__action{min-height:100%;border:1px solid rgba(255,255,255,.14);border-left-color:transparent;margin-left:-1px;border-radius:calc(var(--swipe-row-radius) - 1px);border-top-left-radius:calc(var(--swipe-row-radius) - 6px);border-bottom-left-radius:calc(var(--swipe-row-radius) - 6px);position:relative;overflow:hidden;background:linear-gradient(180deg,var(--swipe-action-start),var(--swipe-action-end));color:var(--swipe-action-text);font-weight:650;font-size:.76rem;letter-spacing:-.02em;text-shadow:0 1px 1px rgba(4,33,15,.2);cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 3px 8px rgba(7,80,33,.17)}.swipe-action-row__action:disabled{opacity:.65;cursor:wait}.swipe-action-row__action--danger,.swipe-action-row__action--edit{background:linear-gradient(180deg,var(--swipe-action-start),var(--swipe-action-end))}.swipe-action-row__action--danger{box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 3px 8px rgba(7,80,33,.17)}.swipe-action-row__content{position:relative;z-index:1;width:100%;border-radius:inherit;overflow:hidden;background:#ffffff}.compact-inline-scroll{overflow-x:auto}.compact-inline-row{display:grid;grid-template-columns:auto auto minmax(120px,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 12px;border-radius:14px;min-width:640px}.compact-inline-row>*{white-space:nowrap}.compact-inline-row .button-row{justify-content:flex-end;flex-wrap:nowrap}.compact-inline-note{overflow:hidden;text-overflow:ellipsis}.services-list-stack{overflow:visible}.services-row{gap:4px;padding:7px 9px;min-width:0;border-radius:12px;background:linear-gradient(180deg,#ffffff,#f9fdf9);border-color:rgba(0,93,24,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}.services-row-main{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;justify-content:stretch;grid-gap:4px;gap:4px;width:100%;min-width:0;flex-wrap:nowrap}.services-row-date{line-height:1.15;font-size:.86rem;white-space:nowrap;flex:0 0 auto;overflow:hidden;text-overflow:ellipsis}.services-row-note{margin:0}.services-row-status{padding:.14rem .45rem;font-size:.64rem;letter-spacing:.06em;white-space:nowrap;justify-self:end}.services-row-action-cell{display:flex;justify-content:flex-end}.services-row .services-row-action-cell{width:auto}.services-row .services-row-action-cell>*{width:auto;flex:0 0 auto}.services-row-action-button{display:inline-flex;align-items:center;justify-content:center;width:50px;min-width:50px;min-height:24px;padding:.1rem .42rem;border-radius:999px;font-size:.68rem;line-height:1;white-space:nowrap}.services-row-action-placeholder{visibility:hidden;pointer-events:none}.work-item-list{display:flex;flex-direction:column;gap:12px}.work-item-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:24px;border:1px solid rgba(0,93,24,.1);background:radial-gradient(circle at right top,rgba(0,93,24,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,247,.96));box-shadow:0 12px 26px rgba(0,93,24,.08)}.work-item-card-create{border-color:rgba(0,93,24,.22);box-shadow:0 12px 26px rgba(0,93,24,.1)}.work-item-card-pending{border-color:rgba(214,103,50,.34);box-shadow:0 12px 26px rgba(214,103,50,.12)}.work-item-card-bgrade{border-color:rgba(153,111,39,.34);box-shadow:0 12px 26px rgba(153,111,39,.12)}.work-item-card-move{border-color:rgba(46,112,178,.3);box-shadow:0 12px 26px rgba(46,112,178,.11)}.work-item-card-return{border-color:rgba(86,73,144,.28);box-shadow:0 12px 26px rgba(86,73,144,.11)}.work-item-card-neutral{border-color:rgba(16,32,27,.12)}.work-item-copy{min-width:0;display:flex;flex-direction:column;gap:6px}.work-item-heading{display:flex;align-items:center;gap:10px;min-width:0}.work-item-date{font-family:var(--font-display);font-size:clamp(1.3rem,2.6vw,1.7rem);line-height:1.08;letter-spacing:-.04em;min-width:0}.work-item-status{margin:0;color:var(--accent-strong);font-weight:700;letter-spacing:-.01em;white-space:nowrap;padding:.35rem .7rem;border-radius:999px;background:rgba(0,93,24,.08);border:1px solid rgba(0,93,24,.12)}.barcode-lines{display:flex;flex-direction:column;gap:6px}.work-item-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.medicine-select-table input[type=checkbox]{width:18px;height:18px}.device-compact-card,.work-item-card-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left}.worksite-subheader{padding-inline:6px;color:var(--muted)}.device-card-list{display:flex;flex-direction:column;gap:10px;margin-left:10px;padding-left:12px;border-left:2px dashed rgba(0,93,24,.18)}.device-group-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1rem 1.05rem;border-radius:20px;border:1px solid rgba(0,93,24,.12);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,250,245,.96)),radial-gradient(circle at right top,rgba(0,93,24,.08),transparent 48%);box-shadow:0 10px 20px rgba(0,93,24,.06);color:var(--bg-deep);text-align:left;cursor:pointer}.device-group-toggle strong{font-size:1.02rem;letter-spacing:-.02em}.device-group-title{display:inline-flex;align-items:center;gap:8px}.device-group-count{min-height:24px;padding:.1rem .55rem;border-radius:999px;font-size:.78rem;font-weight:700;color:var(--accent-strong);border:1px solid rgba(0,93,24,.15)}.device-group-count,.device-group-toggle-icon{display:inline-flex;align-items:center;justify-content:center;background:rgba(0,93,24,.08)}.device-group-toggle-icon{color:var(--accent);font-size:1.1rem;width:28px;height:28px;border-radius:999px}.device-compact-card{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:15px 16px;border-radius:20px;border:1px solid rgba(0,93,24,.1);background:rgba(255,255,255,.92)}.device-compact-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.device-compact-copy strong{font-size:1rem;letter-spacing:-.02em}.device-compact-copy p{margin:0;color:var(--muted)}.device-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.device-meta-row p{margin:0;color:var(--muted);font-size:.95rem;font-weight:700}.device-meta-chip{display:inline-flex;align-items:center;min-height:30px;padding:.2rem .7rem;border-radius:999px;border:1px solid rgba(0,93,24,.12);background:rgba(239,247,240,.96);color:var(--accent-strong);font-size:.82rem;font-weight:700}.search-field-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center}.worksite-search-shell{background:linear-gradient(135deg,rgba(220,244,227,.9),rgba(241,249,242,.98));border-color:rgba(0,93,24,.18)}.worksite-search-shell input{background:rgba(255,255,255,.98);border-color:rgba(0,93,24,.12)}.worksite-edit-button{display:inline-flex;align-items:center;justify-content:center;min-width:72px;text-align:center}.worksite-select-button{min-width:72px}.search-field-row .button{white-space:nowrap}.device-type-summary-row{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding-bottom:2px}.device-type-summary-card{flex:0 0 150px;display:flex;flex-direction:column;gap:10px;min-width:150px;padding:14px;border-radius:20px;border:1px solid rgba(0,93,24,.12);background:rgba(255,255,255,.96);box-shadow:0 10px 18px rgba(0,93,24,.06)}.device-type-summary-card strong{font-size:.96rem;letter-spacing:-.02em}.device-type-summary-stats{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:.85rem}.sort-dropdown{position:relative;display:inline-flex;flex-direction:column;align-items:flex-end}.sort-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:168px;padding:8px;border-radius:18px;border:1px solid rgba(0,93,24,.1);background:rgba(255,255,255,.98);box-shadow:0 18px 32px rgba(16,32,27,.12);display:grid;grid-gap:6px;gap:6px;z-index:24}.sort-dropdown-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:0;border-radius:14px;padding:.8rem .9rem;background:rgba(0,93,24,.04);color:var(--bg-deep);font-weight:700;text-align:left;cursor:pointer}.sort-dropdown-item:hover{background:rgba(0,93,24,.1)}.device-scanner-stage{width:100%;border-radius:22px;background:#0f1511;min-height:320px;object-fit:cover}.help-icon-button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(0,93,24,.14);background:rgba(255,255,255,.92);color:var(--accent);font-weight:800;font-size:1rem;cursor:pointer}.help-icon-button-inline{margin-left:auto}.field{display:flex;flex-direction:column;gap:8px}.checkbox-row{display:flex;gap:10px;align-items:flex-start}.checkbox-row input{width:auto;margin-top:3px}.field span{font-size:.92rem;color:var(--muted)}.button{border:0;border-radius:999px;min-height:50px;padding:.92rem 1.2rem;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:white;font-weight:700;cursor:pointer;box-shadow:0 14px 24px rgba(0,93,24,.18);transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px);box-shadow:0 18px 28px rgba(0,93,24,.22)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button.secondary{background:linear-gradient(135deg,#eff7f0,#dff4e4);border:1px solid rgba(0,93,24,.12)}.button.ghost,.button.secondary{color:var(--accent);box-shadow:none}.button.ghost{background:rgba(255,255,255,.88);border:1px solid rgba(0,93,24,.14)}.button.compact{min-height:42px;padding:.72rem 1rem}.button.camera-button{background:#ffffff;color:var(--accent);border:1px solid rgba(0,93,24,.22);box-shadow:0 10px 22px rgba(0,93,24,.1)}.button.camera-button:hover{box-shadow:0 14px 26px rgba(0,93,24,.14)}.account-chip,.status-pill{display:inline-flex;align-items:center;justify-content:center}.account-chip{gap:8px;padding:.4rem .9rem;background:rgba(0,93,24,.05);border:1px solid rgba(0,93,24,.1)}.topbar-identity{display:flex;gap:10px;align-items:center;width:100%}.identity-strip{display:flex;gap:10px;flex-wrap:wrap}.visit-header-meta{display:flex;flex-direction:column;gap:8px;width:min(100%,420px)}.visit-header-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.visit-header-meta-date{font-size:1.06rem;line-height:1.25;letter-spacing:-.02em;color:#173323}.visit-header-meta-status{text-transform:none;letter-spacing:-.01em;font-size:.72rem;padding-inline:.62rem}.visit-header-meta-grid{display:grid;grid-gap:4px;gap:4px}.visit-header-meta-grid p{margin:0;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:baseline;grid-column-gap:8px;column-gap:8px}.visit-header-meta-grid span{color:var(--muted);font-size:.76rem}.visit-header-meta-grid strong{color:#173323;font-size:.92rem;line-height:1.32;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visit-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;width:100%}.visit-identity-chip{align-items:flex-start;justify-content:space-between;min-height:88px;padding:.9rem 1rem;border-radius:24px;background:linear-gradient(180deg,rgba(246,251,246,.98),rgba(238,246,239,.98));border-color:rgba(0,93,24,.11);box-shadow:0 10px 24px rgba(0,93,24,.06)}.visit-identity-chip strong{font-size:1.18rem;line-height:1.2;color:#173323;word-break:keep-all}.visit-identity-chip-wide{grid-column:1/-1;min-height:96px}.participant-name-list{display:flex;flex-wrap:wrap;gap:10px}.participant-name-item{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:.75rem .95rem;border-radius:999px;background:rgba(245,249,245,.95);border:1px solid rgba(0,93,24,.1)}.identity-label{font-size:.76rem;color:var(--muted)}.status-pill{padding:.38rem .72rem;border-radius:999px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;background:rgba(0,93,24,.07);color:var(--accent)}.hero-card .status-pill,.topbar .status-pill{background:rgba(0,93,24,.08);color:var(--accent)}.card-grid>*,.detail-grid>*,.inline-grid>*,.metric-strip>*{flex:1 1 220px}.inline-grid.tri>*{flex-basis:150px}.metric{padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,250,246,.94));border:1px solid rgba(0,93,24,.08);box-shadow:var(--shadow-soft)}.detail-grid dt,.metric span{display:block;font-size:.85rem;color:var(--muted);margin-bottom:6px}.detail-grid dd,.metric strong{margin:0;font-size:1.06rem}.card-header,.entry-meta,.list-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.entry-card,.list-row{padding:14px 16px;background:linear-gradient(180deg,#ffffff,#f9fdf9);border:1px solid rgba(0,93,24,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}.list-row-clickable{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.list-row-clickable:hover{transform:translateY(-1px);border-color:rgba(0,93,24,.18);box-shadow:var(--shadow-soft)}.list-button{width:100%;border:1px solid rgba(0,93,24,.08);cursor:pointer;text-align:left;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.list-button:hover{transform:translateY(-1px);border-color:rgba(0,93,24,.18);box-shadow:var(--shadow-soft)}.link-row{transition:border-color .2s ease,transform .2s ease}.link-row:hover{border-color:rgba(214,103,50,.4);transform:translateY(-1px)}.report-link-row{justify-content:flex-start;align-items:center;border-radius:14px;border:1px solid rgba(0,93,24,.18);background:radial-gradient(120% 150% at 100% 0,rgba(0,93,24,.11),rgba(0,93,24,0) 56%),linear-gradient(180deg,#ffffff,#f1f9f4);box-shadow:0 10px 18px rgba(0,93,24,.09);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.report-link-row:hover{border-color:rgba(0,93,24,.34);background:radial-gradient(120% 150% at 100% 0,rgba(0,93,24,.15),rgba(0,93,24,0) 56%),linear-gradient(180deg,#ffffff,#ebf7ef);box-shadow:0 14px 24px rgba(0,93,24,.14);transform:translateY(-1px)}.report-link-row:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(0,93,24,.14),0 12px 22px rgba(0,93,24,.12)}.report-link-label{font-size:.98rem;font-weight:700;letter-spacing:-.01em;color:#143124}.card-header h2{margin-bottom:8px}.entry-card p{margin:10px 0 0}.entry-meta{flex-wrap:wrap;font-size:.85rem;color:var(--muted)}.message{margin:0;padding:14px 16px;border-radius:16px;font-weight:600}.message.error{background:rgba(176,65,62,.12);color:var(--danger)}.message.success{background:rgba(28,124,84,.12);color:var(--success)}.brand-lockup{display:flex;align-items:center;gap:14px}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-logo{width:auto;height:34px}.hero-brand .brand-logo{height:40px}.brand-kicker{font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.network-banner{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;padding:.9rem 1rem;background:linear-gradient(135deg,rgba(176,65,62,.96),rgba(123,33,36,.96));color:#fff8ef;text-align:center;font-weight:700;letter-spacing:.01em;box-shadow:0 12px 34px rgba(123,33,36,.28)}.network-banner .button{padding:.55rem .9rem}.draft-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.draft-chip{display:inline-flex;align-items:center;gap:8px;padding:.45rem .8rem;border-radius:999px;background:rgba(16,32,27,.08);color:var(--bg-deep);font-size:.82rem;font-weight:700}.foldout-card{border:1px solid rgba(0,93,24,.1);border-radius:20px;background:rgba(248,252,248,.88);padding:10px 14px 14px}.foldout-card summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--accent);padding:4px 0 10px}.foldout-card summary:after{content:"+";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:rgba(0,93,24,.08);color:var(--accent-strong);font-size:1rem;font-weight:800}.foldout-card summary::-webkit-details-marker{display:none}.foldout-card[open] summary{margin-bottom:4px}.foldout-card[open] summary:after{content:"-"}.scanner-shell{display:flex;flex-direction:column;gap:12px}.scanner-target-bar{position:-webkit-sticky;position:sticky;bottom:0;margin-top:4px;background:rgba(247,251,247,.96);border:1px solid rgba(0,93,24,.1);box-shadow:0 -8px 20px rgba(16,33,23,.08)}.scanner-stage{position:relative;overflow:hidden;aspect-ratio:4/3;border-radius:22px;border:1px solid rgba(16,32,27,.12);background:linear-gradient(160deg,rgba(16,32,27,.92),rgba(30,55,46,.9)),rgba(16,32,27,.9);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.scanner-overlay,.scanner-placeholder,.scanner-video{position:absolute;inset:0;width:100%;height:100%}.scanner-video{object-fit:cover;background:#10201b}.scanner-placeholder{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:24px;color:#f7f2e8;background:linear-gradient(180deg,rgba(16,32,27,.04),rgba(16,32,27,.72)),radial-gradient(circle at top,rgba(240,179,110,.32),transparent 42%);transition:opacity .2s ease}.scanner-placeholder strong{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.03em}.scanner-placeholder p{margin:0;max-width:26ch;opacity:.82}.scanner-overlay{display:none;align-items:center;justify-content:center;pointer-events:none}.scanner-overlay:before{content:"";width:min(78%,340px);height:100px;border-radius:22px;border:2px solid rgba(255,249,239,.88);box-shadow:0 0 0 999px rgba(16,32,27,.2),0 0 22px rgba(240,179,110,.22)}.scanner-overlay span{position:absolute;bottom:18px;left:20px;padding:.38rem .65rem;border-radius:999px;background:rgba(255,249,239,.14);color:#fff8ef;font-size:.74rem;font-weight:700;letter-spacing:.18em}.scanner-stage.active .scanner-placeholder{opacity:0}.scanner-stage.active .scanner-overlay{display:flex}.signature-canvas{width:100%;min-height:180px;border:1px dashed rgba(16,32,27,.28);border-radius:16px;background:rgba(255,255,255,.94);touch-action:none}.empty-state{text-align:center}.empty-state .card-header{align-items:flex-start}.empty-state .card-header p{margin:0;text-align:left}.mobile-hero-card{background:linear-gradient(160deg,rgba(14,48,21,.96),rgba(0,93,24,.92)),var(--panel);color:#f7f2e8}.mobile-hero-card .eyebrow,.mobile-hero-card .subtle{color:rgba(247,242,232,.82)}.feature-stat-grid,.mobile-action-grid{display:grid;grid-gap:12px;gap:12px}.feature-stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:18px}.feature-stat{padding:16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.feature-stat span{display:block;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;opacity:.76}.feature-stat strong{display:block;margin-top:8px;font-size:1.45rem;letter-spacing:-.04em}.mobile-action-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:18px}.mobile-hero-card .button.secondary{background:linear-gradient(135deg,#ffffff,#e7f6ea);color:var(--accent);border:none}.mobile-tabbar{display:none}.mobile-action-bar{position:fixed;left:0;right:0;bottom:calc(var(--global-bottom-nav-height) + 8px);z-index:36;padding:14px 18px calc(env(safe-area-inset-bottom, 0px) + 14px);background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.94) 28%,#ffffff);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-action-bar>*{width:min(720px,calc(100% - 12px));margin:0 auto;display:block}.worker-dashboard{gap:12px}.worker-profile-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.worker-signature-card{display:flex;flex-direction:column;gap:10px}.worker-team-row{justify-content:flex-start;align-items:center;gap:12px;min-height:72px;border-radius:22px}.worker-team-label{margin:0;font-size:.95rem;white-space:nowrap}.worker-team-value{margin:0;min-width:0;font-size:1.16rem;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-signature-manage-button{width:100%;justify-content:center;align-items:center;text-align:center;min-height:72px;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f9fdf9);border:1px solid rgba(0,93,24,.11)}.worker-signature-manage-button strong{font-size:1.06rem;letter-spacing:-.01em}.worker-signature-header{align-items:flex-start}.worker-signature-header h2{margin-bottom:0;line-height:1.25}.worker-signature-header-button{margin-left:auto;align-self:flex-start;min-height:38px;padding-inline:1rem}.worker-signature-quick-action{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,93,24,.12);border-radius:18px;background:linear-gradient(180deg,#ffffff,#f7fcf8);text-align:left;cursor:pointer;align-items:center}.worker-signature-quick-action-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.worker-signature-quick-action-copy strong{font-size:1rem;letter-spacing:-.01em}.worker-signature-quick-action-copy .subtle{margin:0;opacity:.72}.worker-signature-quick-action-pill{flex:0 0 auto}.worker-signature-panel{min-height:154px;border-radius:16px;border:1px solid rgba(0,93,24,.12);background:#fff;padding:12px;display:flex;flex-direction:column;justify-content:center;gap:10px}.worker-signature-canvas{width:100%;height:140px;border:1px dashed rgba(0,93,24,.28);border-radius:14px;background:#fff;touch-action:none}.worker-signature-empty{margin:0;min-height:86px;display:grid;place-items:center;color:var(--muted);font-size:.92rem}.worker-signature-actions{display:flex;justify-content:flex-end}.worker-signature-preview-wrap{display:flex;flex-direction:column;gap:6px}.worker-signature-preview{width:100%;max-height:120px;object-fit:contain;border:1px solid rgba(0,93,24,.1);border-radius:12px;background:#fff}.worker-metric-layout{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.worker-kpi-card{padding:18px 20px;border-color:rgba(0,93,24,.14);background:linear-gradient(135deg,rgba(248,252,248,.98),rgba(236,247,238,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.66),0 14px 24px rgba(16,33,23,.06)}.worker-inline-metric{display:flex;align-items:center;justify-content:space-between;gap:12px}.worker-inline-label{flex:1 1 auto;min-width:0;margin:0;font-weight:700;font-size:1.02rem;letter-spacing:-.01em;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-inline-value{flex:0 0 auto;min-width:2.6ch;margin:0;text-align:right;font-size:clamp(1.9rem,4.8vw,2.5rem);line-height:1;letter-spacing:-.04em;color:var(--accent-strong)}.worker-inline-value-strong{font-size:clamp(2.4rem,5.3vw,3.2rem)}.worker-report-flow{border-radius:var(--radius-sm);border:1px solid rgba(0,93,24,.12);background:linear-gradient(135deg,rgba(249,253,249,.98),rgba(240,248,241,.98));box-shadow:var(--shadow-soft);padding:16px}.worker-report-flow-title{display:block;margin:0 0 12px}.worker-report-vertical{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.worker-report-row{position:relative;min-height:60px;padding:12px 14px;border-radius:16px;border:1px solid rgba(0,93,24,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 16px rgba(16,33,23,.04)}.worker-report-row:not(:last-child):after{content:"";position:absolute;left:22px;bottom:-10px;width:0;height:10px;border-left:2px solid rgba(0,93,24,.18)}.worker-report-row .worker-inline-label{font-size:.98rem}.worker-report-row.stage-1{border-color:rgba(0,93,24,.14);background:linear-gradient(180deg,rgba(249,252,249,.98),rgba(255,255,255,.98))}.worker-report-row.stage-1 .worker-inline-value{color:rgba(16,33,23,.82)}.worker-report-row.stage-2{border-color:rgba(0,93,24,.2);background:linear-gradient(180deg,rgba(239,249,241,.98),rgba(252,255,253,.98))}.worker-report-row.stage-2 .worker-inline-value{color:#0a6a22}.worker-report-row.stage-3{border-color:rgba(0,93,24,.28);background:linear-gradient(180deg,rgba(227,246,232,.98),rgba(245,252,246,.98))}.worker-report-row.stage-3 .worker-inline-value{color:var(--accent-strong)}.worker-signature-modal{max-width:620px;display:flex;flex-direction:column;gap:12px}.worker-signature-modal-actions{justify-content:flex-end}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:920px){.login-shell{padding-top:16px}.login-shell,.main-grid,.worksite-tile-list-compact{grid-template-columns:1fr}.compact-inline-row{grid-template-columns:auto auto minmax(140px,1fr) auto}.compact-inline-row>.button,.compact-inline-row>.button-row,.compact-inline-row>.status-pill{align-self:auto}.topbar{gap:14px}.toolbar{position:-webkit-sticky;position:sticky;top:14px;z-index:20}}@media (max-width:640px){.login-shell,.page-shell,.splash-screen{width:100%}.global-chrome{top:0;bottom:auto;padding:calc(10px + env(safe-area-inset-top, 0px)) max(8px,env(safe-area-inset-right,0px)) 10px max(8px,env(safe-area-inset-left,0px))}.floating-brand{margin-left:0;padding-inline:10px}.floating-menu-wrap{margin-right:0}.floating-controls{gap:6px}.global-scan-trigger{min-height:34px;padding:.45rem .72rem;font-size:.78rem}.hero-card,.login-card,.section-card,.topbar{padding:14px;border-radius:20px}.page-shell{gap:14px;padding-bottom:calc(var(--global-bottom-nav-height) + 124px + env(safe-area-inset-bottom, 0px));padding-inline:4px}.bottom-nav{bottom:0;width:100%;border-radius:0;padding:6px max(8px,env(safe-area-inset-right,0px)) calc(6px + env(safe-area-inset-bottom, 0px)) max(8px,env(safe-area-inset-left,0px));gap:4px}.bottom-nav-item{min-height:54px;border-radius:12px;gap:3px}.bottom-nav-item span{font-size:.66rem}input,select,textarea{padding:1rem;border-radius:16px;font-size:16px}.topbar{padding:16px;border-radius:24px;align-items:flex-start}.topbar.app-header{top:calc(8px + env(safe-area-inset-top, 0px));border-radius:0;border:0;background:transparent;box-shadow:none}.app-header-inner{flex-direction:row;align-items:center;gap:10px;min-height:58px;padding:8px 0}.topbar.app-header .page-title{font-size:clamp(1.56rem,5.35vw,1.78rem);padding-left:0}.topbar.app-header .subtle{font-size:.74rem;padding-left:0}.topbar.app-header .topbar-copy{padding-left:10px}.topbar.app-header .topbar-actions{width:auto;margin-left:auto;justify-content:flex-end}.topbar.app-header.app-header-has-actions .app-header-inner{flex-direction:row;align-items:center;min-height:58px;padding:8px 0}.topbar.app-header.app-header-has-actions .topbar-actions{width:auto;margin-left:auto;justify-content:flex-end}.topbar-copy h1{font-size:clamp(1.5rem,7.2vw,2.1rem);line-height:1.16}.topbar-copy .subtle{font-size:.95rem;line-height:1.45}.brand-row{align-items:center}.menu-popover{top:38px;right:0;width:min(220px,calc(100vw - 16px))}.topbar-identity{width:100%;justify-content:space-between;align-items:stretch}.account-chip{flex:1 1 auto;justify-content:space-between;min-height:44px;padding:.65rem .9rem}.brand-lockup{align-items:flex-start}.brand-logo{height:30px}.identity-strip{width:100%;display:grid;grid-template-columns:1fr}.visit-header-meta{width:100%;gap:6px}.visit-header-meta-row{align-items:center;gap:6px}.visit-header-meta-date{font-size:.98rem;white-space:nowrap}.visit-header-meta-status{font-size:.68rem}.visit-header-meta-grid p{grid-template-columns:44px minmax(0,1fr);column-gap:6px}.visit-header-meta-grid strong{font-size:.86rem}.visit-identity{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.visit-identity-chip{min-height:76px;padding:.82rem .9rem}.visit-identity-chip strong{font-size:1.06rem}.visit-identity-chip-wide{grid-column:1/-1;min-height:84px}.toolbar{position:-webkit-sticky;position:sticky;top:116px;z-index:25;padding:8px 0 0}.toolbar>*{width:100%}.button-row{gap:10px}.toolbar{flex-direction:column}.button-row>*,.toolbar>*>*{width:100%}.topbar-actions{width:auto;margin-left:auto}.header-button-row,.topbar-header-actions{flex-wrap:nowrap;justify-content:flex-end}.header-button-row>*,.topbar-header-actions>*{width:auto}.search-field-row{grid-template-columns:1fr}.sort-dropdown{width:100%;align-items:stretch}.device-type-summary-row{grid-template-columns:repeat(7,minmax(132px,1fr))}.sort-dropdown-menu{left:0;right:0;min-width:0}.participant-name-item{width:100%;justify-content:space-between}.capture-entry-panel{grid-template-columns:1fr}.capture-scan-button{min-height:96px}.card-grid>*,.detail-grid>*,.inline-grid>*,.metric-strip>*{flex-basis:100%}.metric-strip{gap:10px}.entry-card,.list-row,.metric{padding:16px 14px}.worksite-region-list{gap:16px}.worksite-region-header{padding-inline:2px}.worksite-tile{padding:15px 16px;border-radius:22px}.worksite-tile-copy strong{font-size:1rem}.worksite-tile-actions{width:100%}.worksite-line-row .worksite-tile-actions{width:auto}.work-item-card{padding:15px 16px;border-radius:22px;align-items:stretch;flex-direction:column}.work-item-heading{flex-wrap:nowrap;align-items:center}.work-item-actions{width:100%;justify-content:stretch;flex-direction:column}.work-item-actions>*{width:100%}.card-header,.entry-meta,.list-row{flex-direction:column;align-items:stretch}.list-row>.button,.list-row>.button-row,.list-row>.status-pill{align-self:flex-start}.compact-inline-row>.button,.compact-inline-row>.button-row,.compact-inline-row>.status-pill{align-self:auto}.services-row.list-row{flex-direction:row;align-items:center}.services-row-main{align-items:center;flex-wrap:nowrap;gap:4px}.services-row .services-row-action-cell,.services-row .services-row-action-cell>*{width:auto;flex:0 0 auto}.detail-grid{gap:10px}.detail-grid dd{font-size:1rem;line-height:1.45}.draft-toolbar{gap:8px;align-items:stretch}.draft-toolbar .button{width:100%}.worker-metric-layout,.worker-profile-grid{grid-template-columns:1fr}.worker-signature-manage-button,.worker-team-row{flex-direction:row;align-items:center}.worker-team-row{justify-content:flex-start}.worker-signature-manage-button{justify-content:center}.worker-report-vertical{gap:8px}.worker-report-row{min-height:54px;padding:10px 12px;border-radius:14px}.worker-report-row:not(:last-child):after{left:18px;bottom:-8px;height:8px}.worker-inline-label{font-size:.88rem}.worker-inline-value{font-size:clamp(1.55rem,6vw,2rem)}.mobile-tabbar{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom, 0px));z-index:60;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);grid-gap:10px;gap:10px;padding:10px;border-radius:24px;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 40px rgba(16,32,27,.12)}.mobile-tab,.mobile-tabbar{border:1px solid rgba(0,93,24,.08)}.mobile-tab{min-height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:.75rem .8rem;color:rgba(16,33,23,.72);background:rgba(0,93,24,.04);font-weight:700;text-align:center}.mobile-tab.active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:white;border-color:transparent}.mobile-tab-ghost{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.feature-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.feature-stat{padding:14px;border-radius:20px}.feature-stat strong{font-size:1.25rem}.mobile-action-grid{grid-template-columns:1fr;gap:10px}.mobile-hero-card{padding:18px;border-radius:24px}.mobile-hero-card .button{min-height:56px}.scanner-stage{aspect-ratio:3/4}.signature-canvas{min-height:220px}}.monitoring-sections{display:grid;grid-gap:20px;gap:20px}.section-title-row h2{margin:0}.capture-unified-section{gap:16px;background:radial-gradient(circle at right top,rgba(0,93,24,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,250,245,.96))}.capture-table-stack{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;width:100%;min-width:0}.capture-table-card{border:1px solid rgba(0,93,24,.1);border-radius:22px;background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(0,93,24,.06);padding:14px;width:100%;min-width:0}.capture-table-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.capture-table-title h3{margin:0;font-size:1.02rem;font-weight:800;letter-spacing:-.01em}.monitoring-card{overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,247,.96));border:1px solid rgba(0,93,24,.08);box-shadow:0 10px 24px rgba(0,93,24,.06)}.monitoring-table-wrap{margin:0;border-radius:20px;border:1px solid rgba(0,93,24,.08);background:#fdfefd;width:100%;min-width:0}.monitoring-table{width:100%;min-width:820px;border-collapse:collapse;font-size:.95rem;background:#fff}.monitoring-table td,.monitoring-table th{border:1px solid rgba(0,93,24,.1);padding:12px 10px;text-align:center;vertical-align:middle}.monitoring-table thead th{background:linear-gradient(180deg,#dff0c9,#d2e8b4);font-weight:800;color:#25361b}.monitoring-table thead tr:last-child th{background:#f2f7e7;font-size:.88rem}.monitoring-table tbody tr:nth-child(2n) td{background:rgba(248,252,247,.7)}.monitoring-table tbody tr:hover td{background:rgba(0,93,24,.04)}.monitoring-table td:nth-child(2),.monitoring-table th:nth-child(2){min-width:140px}.medicine-usage-card .card-header{margin-bottom:8px}.medicine-usage-card{display:flex;flex-direction:column}.medicine-row-inline-actions{margin-left:auto;justify-content:flex-end}.medicine-row-action-button{font-size:.78rem}.medicine-usage-actions{margin-top:14px;justify-content:flex-end}.medicine-usage-table{min-width:720px}.medicine-select-col{width:56px;min-width:56px;text-align:center}.medicine-select-col input[type=checkbox]{width:16px;height:16px}.medicine-usage-table td:nth-child(2),.medicine-usage-table th:nth-child(2){min-width:180px}.medicine-usage-table td:last-child,.medicine-usage-table th:last-child{min-width:240px}.medicine-usage-table tbody td{font-weight:600;color:var(--bg-deep)}.capture-section-shell{gap:18px;background:radial-gradient(circle at right top,rgba(0,93,24,.07),transparent 28%),linear-gradient(180deg,rgba(250,253,250,.98),rgba(243,249,243,.96))}.capture-section-shell .monitoring-card{border-radius:22px}.capture-entry-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);grid-gap:14px;gap:14px;align-items:stretch}.capture-manual-entry,.capture-scan-panel{border:1px solid rgba(0,93,24,.12);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:var(--shadow-soft)}.capture-manual-entry{padding:16px;display:flex;flex-direction:column;gap:12px}.capture-manual-field{gap:10px}.capture-manual-field input{min-height:56px;border-radius:18px;text-align:center}.capture-manual-submit{align-self:stretch;min-height:54px;border-radius:999px}.capture-scan-panel{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:10px}.capture-scan-button{min-height:132px;border-radius:24px;font-size:1.05rem}.monitoring-empty{color:rgba(26,41,32,.58);padding:20px 12px}.table-link-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--accent-strong);font-weight:800;cursor:pointer;padding:0}.table-link-button:hover{text-decoration:underline}.visit-focus-table-polished thead th{background:linear-gradient(180deg,#d7e7c0,#c9dfab)}.visit-focus-table-polished tbody td{vertical-align:top;text-align:left}.visit-focus-table-polished td:last-child,.visit-focus-table-polished th:last-child{width:144px;text-align:center}.visit-monitoring-table tbody td{font-weight:600}.monitoring-scan-grid{align-items:end}.monitoring-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-overlay{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:16px;min-height:100dvh;overflow-y:auto;background:rgba(18,26,21,.44);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}.modal-overlay-front{z-index:140}.reports-shell-compact{gap:12px}.reports-shell-compact .topbar{padding:12px 14px;gap:8px}.reports-shell-compact .topbar-copy{gap:8px}.reports-shell-compact .topbar h1{font-size:clamp(1.12rem,2vw,1.45rem);line-height:1.2}.reports-shell-compact .content-stack{gap:12px}.reports-shell-compact .topbar-copy .subtle{font-size:.76rem;line-height:1.3}.reports-shell-compact .identity-strip,.reports-shell-compact .visit-identity{gap:8px}.reports-shell-compact .visit-identity-chip{min-height:66px;padding:.55rem .68rem;border-radius:14px;gap:5px}.reports-shell-compact .visit-identity-chip strong{font-size:.9rem;line-height:1.2}.reports-shell-compact .visit-identity-chip-wide{min-height:70px}.reports-shell-compact .identity-label{font-size:.64rem}.medicine-usage-toolbar{order:3;justify-content:flex-end;margin-top:12px}.medicine-usage-card .card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.medicine-usage-card .card-header>.medicine-row-inline-actions{order:2;margin-left:auto}.medicine-usage-card .card-header>:not(.medicine-row-inline-actions){order:1;margin-right:auto;text-align:left}.medicine-usage-card h2{margin:0;font-size:.9rem;text-align:left}.medicine-row-inline-actions{gap:6px}.medicine-row-action-button{min-width:86px;white-space:nowrap;font-size:.78rem!important;color:var(--bg-deep);font-weight:700}.medicine-usage-card{gap:12px}.report-unified-card{gap:12px;padding:14px 16px}.report-unified-card .card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.report-unified-card .card-header>div:first-child{min-width:0}.report-unified-card h2{margin:0;font-size:1.02rem;line-height:1.22;text-align:left}.report-unified-card .eyebrow{margin-bottom:4px}.report-unified-card .button{min-height:38px;padding:.52rem .8rem;font-size:.84rem}.report-unified-card .monitoring-table td,.report-unified-card .monitoring-table th{padding:8px 6px;font-size:.84rem}.report-unified-card input,.report-unified-card select,.report-unified-card textarea{padding:.58rem .68rem;border-radius:12px;font-size:.84rem}.report-unified-text-card p{font-size:.9rem;line-height:1.45}.report-unified-table-card .monitoring-table-wrap{border-radius:14px}.report-unified-table-card .monitoring-empty{padding:18px 12px;font-size:.82rem}.report-unified-table-card .button-row.compact .button{min-height:34px;padding:.42rem .64rem;font-size:.78rem}.report-unified-card.capture-section-shell{background:radial-gradient(circle at right top,rgba(0,93,24,.05),transparent 24%),linear-gradient(180deg,rgba(250,253,250,.98),rgba(243,249,243,.96))}.report-unified-card .capture-entry-panel{gap:10px}.report-unified-card .capture-manual-entry,.report-unified-card .capture-scan-panel{padding:10px;border-radius:18px}.report-unified-card .capture-manual-entry{gap:8px}.report-unified-card .capture-manual-field{gap:6px}.report-unified-card .capture-manual-field input{min-height:40px;border-radius:12px;text-align:left}.report-unified-card .capture-manual-submit{min-height:34px;border-radius:12px}.report-unified-card .capture-scan-panel{gap:8px}.report-unified-card .capture-scan-button{min-height:88px;border-radius:18px;font-size:.9rem}.reports-page-compact .medicine-usage-card{padding:12px 14px}.medicine-usage-card .monitoring-table td,.medicine-usage-card .monitoring-table th{padding:8px 6px;font-size:.84rem}.medicine-usage-card input{padding:.56rem .66rem;border-radius:12px;font-size:.84rem}.medicine-usage-toolbar{margin-top:10px;gap:8px}.medicine-usage-toolbar>button:nth-of-type(3){display:none}.medicine-usage-actions .medicine-add-trigger{display:none!important}.medicine-usage-card .monitoring-table-wrap{order:2}.medicine-usage-card .medicine-usage-actions{display:none}.medicine-add-trigger:after{content:"약제추가";font-size:.92rem;font-weight:700}.modal-card{position:relative;width:min(720px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;background:#fff;border-radius:28px;border:1px solid rgba(0,93,24,.08);box-shadow:0 22px 60px rgba(16,33,23,.2);padding:22px;pointer-events:auto}.modal-close-x{position:absolute;top:14px;right:14px;width:40px;height:40px;border:1px solid rgba(0,93,24,.18);border-radius:999px;background:rgba(255,255,255,.96);color:#0b5125;display:grid;place-items:center;font-size:1.55rem;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.modal-close-x:hover{background:rgba(236,244,236,.98);border-color:rgba(0,93,24,.32);transform:translateY(-1px)}.device-check-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,56px));grid-gap:8px;gap:8px;justify-content:flex-start}.device-check-image-grid a{display:block;width:56px;height:56px;overflow:hidden;border-radius:10px;border:1px solid rgba(0,93,24,.12);background:#ffffff}.device-check-image-grid img{width:100%;height:100%;object-fit:cover}@media (max-width:720px){.monitoring-grid{grid-template-columns:1fr}.modal-overlay{padding:10px}.modal-card{max-height:calc(100vh - 20px);padding:18px;border-radius:24px}.modal-close-x{top:10px;right:10px;width:36px;height:36px;font-size:1.35rem}.device-check-image-grid{grid-template-columns:repeat(auto-fill,minmax(52px,52px))}}@media (max-width:640px){.installations-page{padding:12px;gap:10px}.installations-page h2{font-size:1.08rem}.installations-page .device-group-toggle{padding:.74rem .82rem;border-radius:16px}.installations-page .device-group-toggle strong{font-size:.92rem}.installations-page .device-group-count{min-height:20px;padding:.05rem .45rem;font-size:.72rem}.installations-page .device-group-toggle-icon{width:24px;height:24px;font-size:.95rem}.installations-page .device-card-list{margin-left:6px;padding-left:8px;gap:8px}.installations-page .installation-entry-card{padding:10px}.installations-page .installation-entry-card strong{font-size:.9rem}.installations-page .installation-copy-preview{margin:0;white-space:pre-wrap;font:inherit;font-size:.82rem;line-height:1.45;color:var(--text-strong)}.installations-page .subtle{font-size:.82rem;line-height:1.35}.installations-page .button.compact{min-height:34px;padding:.42rem .62rem;font-size:.8rem}.installations-page .button-row{gap:6px}.reports-page-compact{gap:12px}.reports-page-compact .section-card{padding:12px;border-radius:14px}.reports-page-compact .section-card h2{font-size:.98rem}.reports-page-compact .eyebrow{font-size:.68rem;margin-bottom:6px}.reports-page-compact .subtle,.reports-page-compact label,.reports-page-compact p,.reports-page-compact span,.reports-page-compact td,.reports-page-compact th{font-size:.82rem}.reports-page-compact .monitoring-table td,.reports-page-compact .monitoring-table th{padding:8px 6px}.reports-page-compact .capture-entry-panel{gap:8px}.reports-page-compact .capture-manual-entry,.reports-page-compact .capture-scan-panel{padding:10px;border-radius:18px}.reports-page-compact .capture-scan-button{min-height:88px;border-radius:18px;font-size:.92rem}.reports-page-compact .button{min-height:36px;padding:.45rem .65rem;font-size:.82rem}.reports-page-compact input,.reports-page-compact select,.reports-page-compact textarea{padding:.56rem .62rem;border-radius:12px;font-size:14px}.reports-page-compact .medicine-usage-card{padding:6px 7px;gap:5px}.reports-page-compact .report-unified-card{padding:12px;gap:10px}.reports-page-compact .report-unified-card .card-header{gap:8px;margin-bottom:8px}.reports-page-compact .report-unified-card h2{font-size:.92rem;text-align:left}.reports-page-compact .report-unified-card .monitoring-table td,.reports-page-compact .report-unified-card .monitoring-table th{padding:7px 5px;font-size:.8rem}.reports-page-compact .report-unified-card input,.reports-page-compact .report-unified-card select,.reports-page-compact .report-unified-card textarea{padding:.48rem .56rem;border-radius:10px;font-size:.78rem}.reports-page-compact .report-unified-card .button{min-height:34px;padding:.36rem .58rem;font-size:.78rem}.reports-page-compact .report-unified-card .capture-entry-panel{gap:6px}.reports-page-compact .report-unified-card .capture-manual-entry,.reports-page-compact .report-unified-card .capture-scan-panel{padding:8px;border-radius:14px}.reports-page-compact .report-unified-card .capture-scan-button{min-height:72px;border-radius:14px;font-size:.8rem}.reports-page-compact .medicine-usage-card .card-header{gap:6px;margin-bottom:8px;justify-content:flex-start}.reports-page-compact .medicine-usage-card .card-header>.medicine-row-inline-actions{margin-left:auto}.reports-page-compact .medicine-usage-card h2{font-size:.92rem;text-align:left}.reports-page-compact .medicine-row-inline-actions{gap:4px}.reports-page-compact .medicine-row-action-button{min-width:60px}.reports-page-compact .medicine-row-action-button:before{font-size:.68rem}.reports-page-compact .medicine-usage-card .monitoring-table td,.reports-page-compact .medicine-usage-card .monitoring-table th{padding:7px 5px;font-size:.8rem}.reports-page-compact .medicine-usage-card input{padding:.48rem .56rem;border-radius:10px;font-size:.78rem}.reports-page-compact .medicine-usage-toolbar{margin-top:6px;gap:4px}.reports-page-compact .medicine-usage-toolbar .button{min-height:30px;padding:.28rem .45rem;font-size:.7rem}.reports-shell-compact .topbar{padding:8px 9px;gap:6px}.reports-shell-compact .topbar h1{font-size:clamp(.9rem,4.4vw,1.08rem);line-height:1.2}.reports-shell-compact .topbar-copy{gap:2px}.reports-shell-compact .topbar-copy .subtle{font-size:.66rem;line-height:1.2}.reports-shell-compact .visit-identity{gap:6px}.reports-shell-compact .visit-identity-chip{min-height:52px;padding:.4rem .5rem;border-radius:10px;gap:3px}.reports-shell-compact .visit-identity-chip strong{font-size:.76rem}.reports-shell-compact .visit-identity-chip-wide{min-height:56px}.reports-shell-compact .identity-label{font-size:.56rem}}.page-shell{gap:14px;padding-bottom:96px}.hero-card,.login-card,.section-card,.topbar{padding:18px;border-radius:22px}.topbar{gap:12px}.topbar-copy{gap:8px}.topbar h1{font-size:clamp(1.45rem,2.6vw,2.2rem)}.login-card h2,.section-card h2{font-size:clamp(1.1rem,1.8vw,1.45rem)}.eyebrow{margin-bottom:7px;font-size:.66rem}.content-stack,.stack{gap:12px}.button{min-height:42px;padding:.62rem .9rem;font-size:.88rem}input,select,textarea{padding:.72rem .82rem}@media (max-width:640px){body{font-size:14px}.page-shell{gap:10px;padding-bottom:88px}.hero-card,.login-card,.section-card,.topbar{padding:10px;border-radius:14px}.topbar{gap:7px}.topbar h1{font-size:clamp(.96rem,4.2vw,1.2rem);line-height:1.2}.subtle,.topbar-copy .subtle,label,p,span,td,th{font-size:.72rem;line-height:1.3}.login-card h2,.section-card h2{font-size:.92rem}.eyebrow{font-size:.58rem;margin-bottom:4px}.button{min-height:30px;padding:.28rem .45rem;font-size:.72rem}input,select,textarea{border-radius:10px;padding:.48rem .56rem;font-size:14px}.monitoring-table td,.monitoring-table th{padding:5px 4px}}.card-grid,.detail-grid,.hero-grid,.inline-grid,.main-grid,.metric-strip{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.button-row,.toolbar,.topbar-actions{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:8px}.monitoring-table{min-width:640px}.bottom-nav{width:100%;left:0;right:0;transform:none}.eyebrow{display:none!important}.login-shell,.page-shell,.splash-screen{width:min(430px,calc(100% - 12px));padding-top:calc(86px + env(safe-area-inset-top, 0px));padding-bottom:calc(var(--global-bottom-nav-height) + 112px + env(safe-area-inset-bottom, 0px))}body{font-size:15px}.hero-card,.login-card,.section-card,.topbar{padding:14px;width:100%;min-width:0;border-radius:18px}.topbar{flex-direction:column;align-items:stretch;gap:10px}.topbar h1,.topbar.app-header .page-title{font-size:clamp(1.52rem,5vw,1.88rem);line-height:1.18;letter-spacing:-.01em;word-break:keep-all;overflow-wrap:anywhere}.subtle,.topbar-copy .subtle{font-size:.9rem;line-height:1.38}.button{min-height:40px;padding:.48rem .74rem;font-size:.84rem}input,select,textarea{border-radius:12px;padding:.62rem .72rem;font-size:14px}.monitoring-table{min-width:620px;font-size:.9rem}.monitoring-table td,.monitoring-table th{padding:8px 7px;font-size:.86rem;line-height:1.24}.bottom-nav{width:min(430px,100%);left:50%;right:auto;transform:translateX(-50%);bottom:0;border-radius:0}.bottom-nav-item{min-height:54px}@media (max-width:640px){body{font-size:15px}.topbar h1,.topbar.app-header .page-title{font-size:clamp(1.52rem,5vw,1.88rem);line-height:1.18}.subtle,.topbar-copy .subtle{font-size:.9rem;line-height:1.38}.login-card h2,.section-card h2{font-size:clamp(1.08rem,3.4vw,1.34rem)}.button{min-height:40px;padding:.48rem .74rem;font-size:.84rem}.monitoring-table td,.monitoring-table th{padding:8px 7px;font-size:.86rem;line-height:1.24}}.header-title-single-line .topbar.app-header .app-header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-column-gap:10px;column-gap:10px}.header-title-single-line .topbar.app-header .topbar-copy{min-width:0}.header-title-single-line .topbar.app-header .page-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:keep-all}.header-title-single-line .topbar.app-header .topbar-actions{width:auto;margin-left:0;justify-content:flex-end;flex:0 0 auto}.header-title-single-line .topbar.app-header .header-button-row,.header-title-single-line .topbar.app-header .topbar-header-actions{flex-wrap:nowrap}.monitoring-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.monitoring-table-wrap>.monitoring-table{min-width:820px;width:max-content}.monitoring-table-wrap>.monitoring-table.monitoring-table-rodent{min-width:760px}.monitoring-table-wrap--capture{scrollbar-gutter:stable both-edges}.monitoring-table-wrap--capture>.visit-monitoring-table{min-width:1280px!important;width:max-content!important}.monitoring-table-wrap--capture>.visit-monitoring-table.monitoring-table-rodent{min-width:1160px!important}.topbar.app-header .topbar-copy{min-width:0}.topbar.app-header .page-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal!important;word-break:keep-all}.header-title-single-line .topbar.app-header .subtle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal}.worker-report-row-single{border-color:rgba(0,93,24,.18);background:linear-gradient(180deg,rgba(245,252,246,.98),rgba(255,255,255,.98))}.worker-installations-section{padding-top:10px}.worker-installations-drawer{border:1px solid rgba(0,93,24,.12);border-radius:18px;background:linear-gradient(180deg,rgba(251,254,251,.98),rgba(244,250,244,.98));overflow:hidden}.worker-installations-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px}.worker-installations-summary::-webkit-details-marker{display:none}.worker-installations-summary:after{content:">";font-size:1rem;color:rgba(0,93,24,.62);transition:transform .2s ease}.worker-installations-drawer[open] .worker-installations-summary:after{transform:rotate(90deg)}.worker-installations-count{margin-left:auto}.worker-installations-body{padding:0 14px 14px}.worker-installation-day{border:1px solid rgba(0,93,24,.1);border-radius:14px;background:#ffffff;padding:10px 12px}.worker-installation-day-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.worker-installation-item{border:1px solid rgba(0,93,24,.08);border-radius:12px;background:rgba(246,251,246,.84);padding:8px 10px}.worker-installation-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.worker-installation-item .subtle{margin:0}@media (max-width:640px){.worker-installations-summary{padding:12px}.worker-installations-body{padding:0 10px 10px}.worker-installation-day{padding:8px 10px}}