:root{--header-height:52px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;background:#f5f5f5;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;margin:0;overscroll-behavior:none}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%}#root{height:100vh;height:100dvh}button{-webkit-tap-highlight-color:transparent;cursor:pointer;font-family:inherit;touch-action:manipulation}input,select,textarea{font-family:inherit;font-size:14px}.app-shell{display:flex;flex-direction:column;height:100vh;height:100dvh;min-height:0}.app-header{align-items:center;background:#1a472a;color:#fff;display:flex;flex-shrink:0;gap:12px;height:calc(52px + env(safe-area-inset-top, 0px));height:calc(var(--header-height) + var(--safe-top));padding:env(safe-area-inset-top,0) calc(12px + env(safe-area-inset-right, 0px)) 0 calc(12px + env(safe-area-inset-left, 0px));padding:var(--safe-top) calc(12px + var(--safe-right)) 0 calc(12px + var(--safe-left));z-index:20}.app-header-title{flex:1 1;min-width:0}.app-header h1{font-size:18px;font-weight:600;line-height:1.2;margin:0}.app-header-hint{color:#ffffffd9;font-size:12px;font-weight:500;margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-header-menu{align-items:center;background:#ffffff1f;border:none;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;line-height:1;padding:0;width:40px}.btn-header-menu:hover{background:#fff3}.btn-header-cancel{flex-shrink:0;font-size:13px;height:32px;padding:0 12px}.app-header-actions{display:flex;gap:8px}.btn{border:none;border-radius:6px;font-size:13px;font-weight:500;padding:8px 14px;transition:background .15s}.btn-primary{background:#2d6a4f;color:#fff}.btn-primary:hover{background:#40916c}.btn-secondary{background:#ffffff26;color:#fff}.btn-secondary:hover{background:#ffffff40}.btn-danger{background:#c92a2a;color:#fff}.btn-sm{align-items:center;box-sizing:border-box;display:inline-flex;font-size:12px;height:26px;justify-content:center;line-height:1;padding:0 10px}.btn-edit{background:#eee!important;color:#333!important}.panel-section-header h2{margin:0}.panel-meta-row{align-items:center;display:flex;gap:8px;margin-top:8px}.panel-section-header{position:relative}.panel-section-title-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:4px}.panel-section-title-row h3{margin:0}.panel-inline-actions{display:flex;flex-shrink:0;gap:8px}.btn:disabled{cursor:not-allowed;opacity:.45}.inline-actions{display:flex;gap:8px;margin-top:12px}.job-list-item-row{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.job-list-item-row h4{margin:0 0 4px}.map-layout{display:flex;flex:1 1;min-height:0;overflow:hidden;position:relative}.sidebar{background:#fff;border-right:1px solid #e0e0e0;box-shadow:2px 0 8px #0000000f;display:flex;flex-direction:column;flex-shrink:0;transition:margin-left .2s ease,width .2s ease;width:380px;z-index:5}.sidebar.collapsed{margin-left:-380px}.sidebar-header{border-bottom:1px solid #e0e0e0;padding:14px 16px}.sidebar-header h2{font-size:18px;font-weight:600;margin:0}.sidebar-tabs{border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0}.sidebar-tab{background:none;border:none;border-bottom:2px solid #0000;color:#666;flex:1 1;font-size:14px;font-weight:500;min-height:48px;padding:14px 12px;text-align:center}.sidebar-tab.active{border-bottom-color:#1a472a;color:#1a472a}.sidebar-content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:16px}.sidebar-backdrop{display:none}.map-container{flex:1 1;min-height:0;min-width:0;position:relative}.map-toolbar{display:flex;flex-direction:column;gap:8px;position:absolute;right:12px;top:12px;z-index:4}.map-toolbar .btn{background:#fff;box-shadow:0 2px 6px #00000026;color:#333}.map-toolbar .btn.active{background:#1a472a;color:#fff}.panel-section{margin-bottom:20px}.panel-section h3{color:#888;font-size:12px;letter-spacing:.05em;margin:0 0 8px;text-transform:uppercase}.panel-section h2{font-size:20px;margin:0 0 12px}.field-row{border-bottom:1px solid #f0f0f0;display:flex;font-size:14px;justify-content:space-between;padding:6px 0}.field-label{color:#666}.field-value{font-weight:500;max-width:60%;text-align:right}.form-group{margin-bottom:12px}.form-group label{color:#555;display:block;font-size:12px;font-weight:500;margin-bottom:4px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;padding:8px 10px;width:100%}.form-group textarea{min-height:72px;resize:vertical}.selection-bar{background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;margin-bottom:16px;padding:12px;position:sticky;top:0;z-index:5}.selection-bar p{font-size:14px;margin:0 0 8px}.selection-select{background:#fff;border:1px solid #a5d6a7;border-radius:6px;color:#1a472a;cursor:pointer;font-size:13px;font-weight:500;padding:8px 10px}.job-list-item.multi-selected{background:#fff8f0;border-color:#e67700}.job-list-item{border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;margin-bottom:8px;padding:10px 12px;transition:border-color .15s}.job-list-item:hover{border-color:#1a472a}.job-list-item.selected{background:#f0fdf4;border-color:#1a472a}.job-list-item h4{font-size:14px;font-weight:600;margin:0}.list-item-headline{align-items:baseline;display:flex;flex-wrap:wrap;gap:4px 8px;min-width:0}.list-item-meta{color:#888;font-size:12px;line-height:1.35}.btn-back{align-items:center;background:none;border:none;color:#1a472a;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:4px;min-height:44px;padding:0 0 12px}.btn-back:hover{text-decoration:underline}.coords-hint{color:#888;font-family:monospace;font-size:12px;margin:4px 0 0}.site-list-row{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.site-list-row .list-item-headline{flex:1 1;min-width:0}.site-detail{border-top:1px solid #e0e0e0;margin-top:8px;padding-top:16px}.site-detail h3{color:#1a472a;font-size:14px;letter-spacing:normal;margin:0 0 8px;text-transform:none}.site-detail-hint{line-height:1.45;margin-bottom:12px!important}.form-actions-sticky{align-items:center;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px;padding-top:12px}.new-tree-form{padding-bottom:88px}.new-tree-form .form-actions-sticky{background:#fff;border-top:1px solid #e0e0e0;bottom:0;box-shadow:0 -4px 16px #00000014;left:0;margin:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));padding:12px 16px calc(12px + var(--safe-bottom));position:fixed;right:0;z-index:12}.new-tree-form .form-actions-sticky .btn{flex:1 1;max-width:140px;min-height:48px;min-width:0}.empty-inline{color:#888;font-size:14px;margin:0}.empty-state{color:#888;padding:32px 16px;text-align:center}.empty-state p{font-size:14px;margin:0}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);position:fixed;z-index:100}.modal{-webkit-overflow-scrolling:touch;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-height:calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 32px);max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 32px);max-width:90vw;overflow-y:auto;padding:24px;width:420px}.modal h2{font-size:18px;margin:0 0 16px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.tag{align-items:center;border-radius:4px;box-sizing:border-box;display:inline-flex;font-size:12px;font-weight:600;height:26px;padding:0 8px;text-transform:uppercase}.tag-healthy{background:#d3f9d8;color:#2b8a3e}.tag-monitor{background:#fff3bf;color:#e67700}.tag-priority{background:#ffe3e3;color:#c92a2a}.badge-count{background:#1a472a;border-radius:10px;color:#fff;font-size:12px;margin-left:6px;padding:2px 8px}.btn-touch{font-size:15px;min-height:44px;padding:10px 16px}.btn-touch-inline{min-height:44px;min-width:44px;padding:0 14px}.job-list-item-touch{min-height:52px;padding:12px 14px}.tree-checkbox{background:#fff;border:2px solid #ccc;border-radius:6px;flex-shrink:0;height:22px;margin-right:10px;width:22px}.tree-checkbox.checked{background:#e67700;border-color:#e67700;box-shadow:inset 0 0 0 3px #fff}.job-list-item-body{flex:1 1;min-width:0}.selection-hint{color:#1a472a!important;font-weight:500;margin-bottom:10px!important}.panel-selecting{padding-bottom:8px}.map-layout.selecting .sidebar-content{padding-bottom:120px}.map-layout.selecting .map-container{padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(72px + var(--safe-bottom))}.map-container .selection-footer{background:#fff;border-top:1px solid #a5d6a7;bottom:0;box-shadow:0 -4px 16px #0000001a;left:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));padding:12px 16px calc(12px + var(--safe-bottom));position:absolute;right:0;z-index:12}.selection-footer-actions{align-items:stretch;display:flex;flex-wrap:nowrap;gap:8px}.selection-footer-actions .btn-touch{flex:1 1;font-size:14px;min-width:0;padding-left:8px;padding-right:8px}.selection-select-footer{font-size:15px;margin-top:8px;min-height:44px;width:100%}@media (min-width:768px){.map-layout.selecting .sidebar-content{padding-bottom:140px}.new-tree-form .form-actions-sticky{left:0;right:auto;width:380px}}@media (max-width:767px){.app-header h1{font-size:16px}.btn-header-menu{height:44px;width:44px}.btn-header-cancel{min-height:40px;padding:0 14px}.map-container{height:100%;inset:0;position:absolute;width:100%}.sidebar-backdrop{animation:fade-in .2s ease;background:#00000059;border:none;cursor:pointer;display:block;inset:0;padding:0;position:absolute;z-index:7}.sidebar{box-shadow:none;inset:0;max-width:100%;position:absolute;transition:transform .25s ease;width:100%;z-index:8}.sidebar.collapsed{margin-left:0;pointer-events:none;transform:translateX(-100%)}.sidebar-content{padding:12px 16px calc(24px + env(safe-area-inset-bottom, 0px));padding:12px 16px calc(24px + var(--safe-bottom))}.sidebar-tab{font-size:15px;min-height:52px}.selection-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));padding:12px 16px calc(12px + var(--safe-bottom));z-index:15}.selection-footer-actions .btn-touch{min-height:48px}.job-list-item{min-height:52px;padding:12px 14px}.job-list-item h4{font-size:15px}.list-item-meta{font-size:13px}.tree-checkbox{height:26px;width:26px}.btn-sm{font-size:14px;min-height:40px;padding:0 14px}.btn-edit{min-height:40px!important}.inline-actions{flex-direction:column}.inline-actions .btn{min-height:48px;width:100%}.new-tree-form{padding-bottom:calc(88px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(88px + var(--safe-bottom))}input,select,textarea{font-size:16px}.form-group input,.form-group select,.form-group textarea{min-height:48px;padding:12px 14px}.form-group textarea{min-height:96px}.form-group label{font-size:13px;margin-bottom:6px}.panel-section h2{font-size:22px}.field-row{font-size:15px;padding:10px 0}.modal-overlay{align-items:flex-end;padding:0}.modal{animation:slide-up .25s ease;border-radius:16px 16px 0 0;margin:0;max-height:92dvh;max-width:none;padding:20px 16px calc(20px + env(safe-area-inset-bottom, 0px));padding:20px 16px calc(20px + var(--safe-bottom));width:100%}.modal h2{font-size:20px}.modal-actions{flex-direction:column-reverse;gap:10px;margin-top:20px}.modal-actions .btn{font-size:16px;min-height:48px;width:100%}.modal-actions .btn-secondary{background:#eee!important;color:#333!important}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
/*# sourceMappingURL=main.7676f727.css.map*/