*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:#dfe8f4;color:#17324d}a{color:#155eef;text-decoration:none}.screen{height:100%}.is-hidden{display:none!important}body.modal-open{overflow:hidden}
.install-state,.screen#loginScreen{display:flex;align-items:center;justify-content:center;padding:24px}.card,.login-card{width:min(500px,92vw);background:#fff;border-radius:24px;padding:30px;box-shadow:0 18px 48px rgba(10,40,80,.15)}.login-card h1{margin-top:0}.login-card p{color:#52708f}.error-box{background:#fff1f2;color:#b42318;padding:12px 14px;border-radius:14px;margin-top:14px}
.btn{border:1px solid transparent;border-radius:16px;padding:11px 16px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:#17324d;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;line-height:1.1}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(17,52,96,.12)}.btn-small{padding:8px 12px;font-size:13px;min-height:34px}.btn-icon{width:42px;height:42px;padding:0;font-size:18px;line-height:1}.btn-primary{background:linear-gradient(135deg,#155eef,#0f56d9);color:#fff}.btn-secondary{background:linear-gradient(180deg,#fff,#eef4fb);border-color:#cfdced;color:#17324d}.btn-danger{background:linear-gradient(135deg,#d92d20,#b42318);color:#fff}.actions-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.compact-actions{gap:6px}.action-bar{margin-top:14px}
input,select,textarea{width:100%;padding:11px 12px;border-radius:14px;border:1px solid #c9d7ea;background:#fff;color:#17324d;margin-top:6px;box-shadow:inset 0 1px 2px rgba(15,45,90,.03)}textarea{resize:vertical;min-height:96px}label{display:block;font-size:14px;font-weight:600;color:#294a6a}.checkbox-line{display:flex;align-items:center;gap:8px;margin-top:10px}.checkbox-line input{width:auto;margin:0}
.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.coords-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#mainScreen{display:flex;height:100%;position:relative}.sidebar-overlay{display:none}
.sidebar{width:400px;max-width:40vw;background:linear-gradient(180deg,rgba(248,251,255,.97),rgba(241,247,253,.97));border-right:1px solid rgba(205,220,236,.95);padding:16px;overflow:auto;transition:transform .24s ease,width .24s ease,opacity .24s ease;z-index:700}.sidebar-inner{display:flex;flex-direction:column;gap:14px}.content{flex:1;position:relative;display:flex;flex-direction:column;min-width:0}.brand h1{margin:0 0 6px;font-size:26px}.brand p{margin:0;color:#52708f}.brand-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.user-box,.module,.toolbar,.bottom-sheet,.popup-card,.modal-card,.mobile-topbar,.mobile-bottomnav,.module-nav{background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid rgba(197,214,232,.9);border-radius:22px;box-shadow:0 14px 34px rgba(15,45,90,.10)}.user-box{display:flex;justify-content:space-between;align-items:center;padding:14px 16px}.module-nav{display:grid;grid-template-columns:1fr;gap:8px;padding:10px}.module-nav-btn{appearance:none;border:1px solid #d8e4f2;background:linear-gradient(180deg,#fff,#f4f8fe);border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:10px;font-weight:800;color:#17324d;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.module-nav-btn span{display:block}.module-nav-btn.active{background:linear-gradient(135deg,#155eef,#0f56d9);border-color:#155eef;color:#fff;box-shadow:0 12px 24px rgba(21,94,239,.22)}.module{padding:16px;scroll-margin-top:90px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.module h2,.modal-card h2,.popup-card h3{margin:0;font-size:17px}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#f0f6fd);border:1px solid #d8e4f2}.stat-card span{display:block;color:#6b85a1;font-size:13px}.stat-card strong{font-size:24px}
.desktop-toolbar{position:absolute;left:16px;top:16px;right:16px;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;z-index:500}.status-chip{padding:8px 14px;border-radius:999px;background:#eef4fb;color:#244463;font-size:13px;font-weight:700;border:1px solid #d6e2f0}#sidebarExpandBtn{display:none}body.sidebar-collapsed #sidebarExpandBtn{display:inline-flex}
.mobile-topbar,.mobile-bottomnav,.mobile-panel-header{display:none}
.mobile-panel-header{position:sticky;top:0;z-index:5;justify-content:space-between;align-items:center;padding:10px 12px;margin-bottom:10px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-radius:18px;border:1px solid rgba(197,214,232,.9);box-shadow:0 10px 24px rgba(15,45,90,.08)}
.mobile-panel-header strong{font-size:16px}
#map{flex:1;min-height:100%;width:100%;z-index:1}
.bottom-sheet{position:absolute;left:16px;right:16px;bottom:16px;z-index:450;display:flex;flex-direction:column;max-height:44vh;overflow:hidden}.bottom-sheet:not(.open) .table-wrap{display:none}.sheet-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #dde8f4}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.table-wrap th,.table-wrap td{padding:10px;border-bottom:1px solid #e3edf8;text-align:left;vertical-align:top}.table-wrap th{position:sticky;top:0;background:#f7fbff;z-index:2}
.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.badge-issue{background:#fee4e2;color:#b42318}.badge-note{background:#eff8ff;color:#175cd3}.badge-acceptance{background:#ecfdf3;color:#067647}.badge-inspection{background:#fff6ed;color:#c4320a}.badge-status-new{background:#eef4ff;color:#1d4ed8}.badge-status-in_progress{background:#fff7ed;color:#b45309}.badge-status-ready_for_acceptance{background:#ecfeff;color:#0f766e}.badge-status-closed{background:#ecfdf3;color:#15803d}.badge-priority-low{background:#f3f4f6;color:#4b5563}.badge-priority-normal{background:#eff6ff;color:#1d4ed8}.badge-priority-high{background:#fff7ed;color:#c2410c}.badge-priority-critical{background:#fef2f2;color:#b91c1c}
.muted{color:#6b85a1;font-size:13px}
.popup-card{position:absolute;right:16px;top:76px;z-index:600;width:min(440px,calc(100vw - 32px));padding:14px;max-height:calc(100vh - 96px);overflow:auto}.popup-card .meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 12px}.popup-card .meta div{background:#f5f9fe;padding:10px;border-radius:14px}.popup-card img{width:100%;border-radius:14px;border:1px solid #d8e4f2}.popup-header{margin-bottom:10px}
.detail-block{margin-top:14px;padding:12px;border:1px solid #dbe7f4;border-radius:16px;background:#fbfdff}.detail-block-title{font-weight:800;margin-bottom:10px}
.photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.photo-thumb{padding:0;border:none;background:transparent;cursor:pointer}.photo-thumb img{display:block;width:100%;height:96px;object-fit:cover;border-radius:14px;border:1px solid #d8e4f2}
.history-list{display:flex;flex-direction:column;gap:10px}.history-item{padding:10px;border-radius:14px;background:#fff;border:1px solid #e3edf8}.history-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:6px}.history-changes{margin:8px 0 0 16px;padding:0}.history-changes li{margin:4px 0}.history-from{text-decoration:line-through;color:#8a6b6b}.history-to{color:#14532d}
.admin-tabs{display:flex;gap:8px;margin-bottom:12px}.admin-tabs .active{background:linear-gradient(135deg,#155eef,#0f56d9);color:#fff;border-color:#155eef}.admin-tab{display:none}.admin-tab.active{display:block}.admin-list{display:flex;flex-direction:column;gap:10px;max-height:360px;overflow:auto}.admin-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px;border:1px solid #dbe7f4;border-radius:16px;background:#fbfdff}.admin-item.stacked{display:flex;flex-direction:column;align-items:stretch}.admin-user-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.admin-item .grow{flex:1}.compact-form{display:grid;grid-template-columns:2fr 1.2fr 1.5fr 1.1fr auto;gap:8px;margin-bottom:10px}.compact-form-users{grid-template-columns:2fr 1.4fr 1.6fr 1fr auto}.card-lite{padding:10px;border:1px solid #dbe7f4;border-radius:16px;background:#fbfdff}.admin-search-row{display:flex;gap:8px;align-items:center;margin-bottom:10px}.user-action-wrap{justify-content:flex-end}
.modal{position:fixed;inset:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:18px}.modal-backdrop{position:absolute;inset:0;background:rgba(8,25,48,.42)}.modal-card{position:relative;width:min(860px,96vw);max-height:92vh;overflow:auto;padding:18px}.photo-modal-card{width:min(1000px,96vw)}.photo-viewer-image{display:block;width:100%;max-height:75vh;object-fit:contain;border-radius:16px;background:#f8fbff}
.leaflet-popup-content-wrapper{border-radius:14px}.leaflet-control-attribution{font-size:11px}.leaflet-top.leaflet-left{left:auto;right:12px}.leaflet-control-zoom{border:none!important;box-shadow:0 12px 24px rgba(15,45,90,.18)!important;border-radius:18px!important;overflow:hidden}.leaflet-control-zoom a{width:44px;height:44px;line-height:44px;font-size:20px;color:#17324d}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:1px solid rgba(197,214,232,.95);background:#fff}
body.sidebar-collapsed .sidebar{transform:translateX(-100%);opacity:0;pointer-events:none;width:0;padding:0;border-right:none}body.sidebar-collapsed .content{width:100%}
@media (max-width:1100px){.compact-form,.compact-form-users{grid-template-columns:1fr 1fr}.field-grid{grid-template-columns:1fr}.popup-card{top:auto;bottom:calc(44vh + 18px)}.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){body{background:#d7e3f3}#mainScreen{display:block}.sidebar-overlay{position:fixed;inset:0;background:rgba(10,23,45,.42);z-index:690;opacity:0;pointer-events:none;transition:opacity .22s ease;display:block}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(92vw,460px);max-width:none;transform:translateX(-104%);box-shadow:22px 0 42px rgba(6,24,48,.20);border-right:none;border-radius:0 24px 24px 0;padding:14px 14px calc(94px + env(safe-area-inset-bottom));z-index:700;overflow:auto;-webkit-overflow-scrolling:touch}body.mobile-sidebar-open .sidebar{transform:translateX(0)}body.mobile-sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}body.sidebar-collapsed .sidebar{width:min(92vw,460px);padding:14px 14px calc(94px + env(safe-area-inset-bottom));opacity:1;pointer-events:auto}body.sidebar-collapsed .content{width:100%}.desktop-toolbar{display:none}.content{height:100dvh}.mobile-topbar{display:flex;position:absolute;left:12px;right:12px;top:calc(10px + env(safe-area-inset-top));z-index:500;padding:10px 12px;align-items:center;gap:10px}.mobile-topbar-title{display:flex;flex-direction:column;min-width:0;flex:1}.mobile-topbar-title strong{font-size:15px}.mobile-topbar-title span{font-size:12px;color:#5d7895;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-bottomnav{display:grid;grid-template-columns:repeat(5,1fr);position:absolute;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:520;padding:8px;gap:8px}.mobile-nav-btn{appearance:none;border:1px solid transparent;background:transparent;border-radius:18px;padding:8px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#294a6a;font-weight:700;font-size:11px;min-height:58px;cursor:pointer}.mobile-nav-btn.active{background:linear-gradient(180deg,#eef4ff,#e2edff);border-color:#c5d5eb;color:#0f56d9}.mobile-nav-btn-primary{background:linear-gradient(135deg,#155eef,#0f56d9);color:#fff;box-shadow:0 12px 26px rgba(21,94,239,.32)}.mobile-nav-icon{font-size:19px;line-height:1}.module-nav{position:sticky;top:0;z-index:2}.module-nav-btn{padding:13px 14px}.bottom-sheet{left:10px;right:10px;bottom:calc(84px + env(safe-area-inset-bottom));max-height:52vh;border-radius:24px}.bottom-sheet .table-wrap{overflow:auto}.popup-card{left:10px;right:10px;top:auto;bottom:calc(84px + env(safe-area-inset-bottom));width:auto;max-height:58vh;border-radius:24px}.history-head{flex-direction:column}.admin-search-row{flex-direction:column;align-items:stretch}.module{padding:14px}.user-box{align-items:flex-start;flex-direction:column}.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.leaflet-top.leaflet-right,.leaflet-top.leaflet-left{top:calc(80px + env(safe-area-inset-top))}.leaflet-bottom.leaflet-right{bottom:calc(96px + env(safe-area-inset-bottom))}.leaflet-bottom.leaflet-left{bottom:calc(100px + env(safe-area-inset-bottom))}.leaflet-control-zoom a{width:46px;height:46px;line-height:46px}body.keyboard-open .mobile-bottomnav,body.keyboard-open .mobile-topbar,body.keyboard-open .bottom-sheet,body.keyboard-open .popup-card{display:none}body.keyboard-open .sidebar{top:0;bottom:0;width:100vw;border-radius:0;padding-bottom:24px}body.keyboard-open.mobile-sidebar-open .sidebar-overlay{opacity:0;pointer-events:none}}


@media (max-width:980px){
  .mobile-panel-header{display:flex}
  body.mobile-module-open .sidebar{padding-top:14px}
  body.mobile-module-open .sidebar .brand,
  body.mobile-module-open .sidebar .user-box,
  body.mobile-module-open .sidebar .module-nav{display:none}
  body.mobile-module-open .sidebar .sidebar-inner{gap:0}
  body.mobile-module-open .sidebar .module{padding:0;background:transparent;border:none;box-shadow:none}
  body.mobile-module-open .sidebar .module .section-header{padding:0 0 10px;margin-bottom:10px;position:sticky;top:56px;background:rgba(248,251,255,.98);z-index:4}
  body.mobile-module-open .sidebar .module .section-header h2{font-size:18px}
  body.mobile-module-open .sidebar .module .card-lite,
  body.mobile-module-open .sidebar .module .stat-card,
  body.mobile-module-open .sidebar .module .admin-item,
  body.mobile-module-open .sidebar .module form,
  body.mobile-module-open .sidebar .module .admin-list{margin-bottom:10px}
  body.mobile-menu-open .sidebar .module{display:none!important}
  body.mobile-menu-open .sidebar .mobile-panel-header{display:none}
  body.mobile-menu-open .sidebar .brand,
  body.mobile-menu-open .sidebar .user-box,
  body.mobile-menu-open .sidebar .module-nav{display:flex}
  body.mobile-menu-open .sidebar .module-nav{display:grid}
}


.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;position:absolute;left:16px;right:16px;top:16px;z-index:500}
.toolbar-left{flex:0 0 auto}
.toolbar-search,.mobile-searchbar{display:flex;align-items:center;gap:8px;min-width:0}
.toolbar-search{flex:1;max-width:520px}
.toolbar-search input,.mobile-searchbar input{margin-top:0}
.mobile-searchbar{flex:1;background:rgba(255,255,255,.96);border:1px solid rgba(197,214,232,.9);border-radius:18px;padding:6px 6px 6px 10px;box-shadow:0 10px 24px rgba(15,45,90,.08)}
.mobile-searchbar input{border:none;box-shadow:none;background:transparent;padding:10px 6px}
.mobile-searchbar input:focus{outline:none}
.status-chip{flex:0 0 auto;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.96);border:1px solid rgba(197,214,232,.9);font-weight:700;color:#355472}
.custom-map-control{margin-top:10px!important;border:none!important;background:transparent!important;box-shadow:none!important}
.map-control-btn{width:44px;height:44px;border:none;border-radius:18px;background:linear-gradient(180deg,#fff,#eef4fb);box-shadow:0 12px 24px rgba(15,45,90,.18);font-size:20px;font-weight:800;color:#17324d;cursor:pointer}
.map-control-btn:hover{transform:translateY(-1px)}
@media (max-width:980px){
  .mobile-topbar{padding:8px;gap:8px}
  .mobile-searchbar{min-width:0}
  .mobile-searchbar input{font-size:14px}
  .toolbar-search{display:none}
}
