:root{--bg:#0f172a;--panel:#fff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--brand:#1d4ed8;--brand-ink:#fff;--shadow:0 10px 30px #0f172a1f;--radius:14px;font-synthesis:none}*{box-sizing:border-box}html,body{height:100%;color:var(--ink);-webkit-font-smoothing:antialiased;background:#f1f5f9;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{cursor:pointer;font-family:inherit}a{color:var(--brand)}.app{grid-template-columns:340px 1fr;height:100vh;display:grid}#map{width:100%;height:100vh}.sidebar{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;display:flex;overflow:hidden}.sidebar header{border-bottom:1px solid var(--line);padding:18px 18px 12px}.brand{letter-spacing:-.01em;align-items:center;gap:10px;font-size:16px;font-weight:800;display:flex}.brand .dot{color:#fff;background:linear-gradient(135deg,#1d4ed8,#06b6d4);border-radius:8px;place-items:center;width:26px;height:26px;font-size:14px;display:grid}.subtitle{color:var(--muted);margin-top:4px;font-size:12.5px}.toolbar{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 18px;display:flex}.btn{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.btn.primary{background:var(--brand);color:var(--brand-ink);border-color:var(--brand)}.btn:hover{filter:brightness(.97)}.count{color:var(--muted);margin-left:auto;font-size:12px}.filters{flex-direction:column;gap:6px;padding:10px 12px;display:flex;overflow-y:auto}.filters .filters-head{justify-content:space-between;align-items:center;padding:4px 6px 8px;display:flex}.filters .filters-head span{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:11px;font-weight:700}.filters .filters-head button{color:var(--brand);background:0 0;border:none;font-size:12px;font-weight:600}.stage-row{-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.stage-row:hover{background:#f8fafc}.stage-row.off{opacity:.42}.stage-row .swatch{color:#fff;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;font-size:13px;display:grid;box-shadow:inset 0 0 0 1px #ffffff40}.stage-row .num{font-variant-numeric:tabular-nums;text-align:center;width:20px;color:var(--muted);font-weight:800}.stage-row .name{flex:1;font-size:13.5px;font-weight:600;line-height:1.2}.stage-row .badge{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;min-width:22px;font-size:11px}.photo-marker{background-position:50%;background-size:cover;border:2px solid #fff;border-radius:50% 50% 50% 0;place-items:center;width:38px;height:38px;display:grid;transform:rotate(-45deg);box-shadow:0 3px 8px #00000059}.photo-marker .pin-num{color:#fff;background:#0000008c;border-radius:50%;place-items:center;width:16px;height:16px;margin-top:-10px;margin-left:12px;font-size:10px;font-weight:800;display:grid;transform:rotate(45deg)}.cluster{background:var(--brand);color:#fff;border:3px solid #fff;border-radius:50%;place-items:center;font-weight:800;display:grid;box-shadow:0 3px 8px #0000004d}.leaflet-popup-content{margin:0;width:240px!important}.popup img{object-fit:cover;cursor:zoom-in;border-radius:10px 10px 0 0;width:100%;height:160px;display:block}.popup .meta{padding:10px 12px}.popup .chip{color:#fff;border-radius:999px;align-items:center;gap:6px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.popup .note{color:var(--ink);margin:8px 0 4px;font-size:12.5px}.popup .when{color:var(--muted);font-size:11px}.popup .nogps{color:#b45309;font-size:11px}.lightbox{z-index:9999;background:#020617eb;place-items:center;padding:20px;display:none;position:fixed;inset:0}.lightbox.open{display:grid}.lightbox img{max-width:96vw;max-height:88vh;box-shadow:var(--shadow);border-radius:12px}.lightbox .close{color:#fff;background:#ffffff1f;border:none;border-radius:10px;padding:8px 12px;font-size:14px;position:absolute;top:16px;right:20px}.mobile-toggle{display:none}@media (width<=820px){.app{grid-template-columns:1fr}.sidebar{z-index:1200;width:86%;max-width:340px;box-shadow:var(--shadow);transition:transform .25s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}#map{height:100vh}.mobile-toggle{z-index:1100;display:inline-flex;position:fixed;top:12px;left:12px}}.capture{flex-direction:column;max-width:520px;min-height:100dvh;margin:0 auto;padding:16px 16px 28px;display:flex}.capture .top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.capture h1{letter-spacing:-.01em;margin:0;font-size:18px}.capture .link{font-size:13px;font-weight:600;text-decoration:none}.card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:16px}.card+.card{margin-top:14px}.label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:700}.photo-drop{border:2px dashed var(--line);text-align:center;min-height:220px;color:var(--muted);background:#f8fafc;border-radius:12px;place-items:center;display:grid;position:relative;overflow:hidden}.photo-drop img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.photo-drop .hint{padding:24px;font-size:14px}.photo-drop .hint .big{margin-bottom:8px;font-size:38px;display:block}.photo-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.photo-action{text-align:center;flex:1 1 0;justify-content:center}.grid-stages{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.stage-btn{border:1.5px solid var(--line);text-align:left;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.stage-btn .sw{color:#fff;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.stage-btn .t{font-size:12.5px;font-weight:600;line-height:1.15}.stage-btn.sel{border-color:var(--ink);box-shadow:0 0 0 3px #0f172a14}.gps-state{align-items:center;gap:10px;padding:4px 2px;font-size:13px;display:flex}.gps-dot{background:#cbd5e1;border-radius:50%;flex:none;width:10px;height:10px}.gps-dot.ok{background:#16a34a}.gps-dot.warn{background:#f59e0b}.gps-dot.err{background:#dc2626}input[type=text],textarea,input[type=password]{border:1px solid var(--line);width:100%;color:var(--ink);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}textarea{resize:vertical;min-height:60px}.send-btn{background:var(--brand);color:#fff;border:none;border-radius:12px;width:100%;margin-top:14px;padding:15px;font-size:16px;font-weight:800}.send-btn:disabled{opacity:.5}.toast{background:var(--ink);color:#fff;box-shadow:var(--shadow);opacity:0;z-index:9999;pointer-events:none;text-align:center;border-radius:12px;max-width:92vw;padding:12px 18px;font-size:14px;font-weight:600;transition:all .25s;position:fixed;bottom:22px;left:50%;transform:translate(-50%)translateY(20px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}.toast.ok{background:#166534}.toast.err{background:#991b1b}.muted-note{color:var(--muted);margin-top:10px;font-size:12px;line-height:1.4}.manage-wrap{max-width:1120px;margin:0 auto;padding:18px 16px 40px}.manage-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.manage-head h1{letter-spacing:-.01em;align-items:center;gap:8px;margin:0;font-size:20px;display:flex}.manage-head .link{font-size:13px;font-weight:600;text-decoration:none}.manage-bar{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;margin:10px 0 18px;padding:12px;display:flex}.manage-bar .field{flex-direction:column;gap:3px;display:flex}.manage-bar label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:10px;font-weight:700}.manage-bar input[type=password],.manage-bar select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:9px;padding:8px 10px;font-family:inherit;font-size:13px}.manage-bar .grow{flex:1}.manage-bar .count{color:var(--muted);font-size:13px;font-weight:600}.pgrid{grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:14px;display:grid}.pcard{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.pcard .thumb{object-fit:cover;cursor:zoom-in;background:#eef2f7;width:100%;height:168px;display:block}.pcard .body{flex-direction:column;flex:1;gap:6px;padding:10px 12px;display:flex}.pcard .note{color:var(--ink);font-size:13px;line-height:1.3}.pcard .meta-line{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11.5px}.pcard .nogps{color:#b45309;font-weight:600}.pcard .actions{gap:6px;margin-top:auto;display:flex}.pcard .loc-btn,.pcard .del{border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:13px;font-weight:700;display:inline-flex}.pcard .loc-btn{border:1px solid var(--line);color:var(--ink);background:#fff}.pcard .loc-btn:hover{background:#f8fafc}.pcard .del{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca}.pcard .del:hover{background:#fee2e2}.stage-chip{color:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.empty{text-align:center;color:var(--muted);padding:60px 20px;font-size:15px}.loc-modal{z-index:9999;background:#0206178c;place-items:center;padding:20px;display:none;position:fixed;inset:0}.loc-modal.open{display:grid}.loc-modal-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;width:100%;max-width:560px;overflow:hidden}.loc-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 16px;font-weight:700;display:flex}.loc-modal-head .close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:15px}.loc-map{width:100%;height:320px}.loc-modal-foot{flex-direction:column;gap:10px;padding:12px 16px;display:flex}.loc-modal-actions{justify-content:flex-end;gap:8px;display:flex}.map{width:100%;height:100dvh}#root{min-height:100vh}.sidebar header .set-name{word-break:break-word;margin-top:8px;font-size:15px;font-weight:700;line-height:1.25}.sidebar header .set-meta{color:var(--muted);margin-top:4px;font-size:12px}.banner{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;margin:10px 18px 0;padding:8px 10px;font-size:12.5px}.toolbar .btn{text-decoration:none}.spinner-wrap{color:var(--muted);place-items:center;gap:12px;padding:80px 20px;font-size:14px;display:grid}.spinner{border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.screen{place-items:center;min-height:100dvh;padding:24px 16px;display:grid}.screen-card{text-align:center;width:100%;max-width:520px}.screen-card h1{letter-spacing:-.01em;margin:6px 0 10px;font-size:20px}.screen-card .btn{margin-top:12px;text-decoration:none}.screen-icon{font-size:40px}.create{flex-direction:column;justify-content:center;max-width:520px;min-height:100dvh;margin:0 auto;padding:24px 16px;display:flex}.create .brand{margin-bottom:14px}.create h1{letter-spacing:-.01em;margin:0 0 6px;font-size:22px}.create .lead{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.45}.form-field{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.form-field label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:12px;font-weight:700}.form-field input[type=email],.form-field select,.form-field input[type=text]{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}.form-field .error{color:#b91c1c;font-size:12.5px;font-weight:600}.form-field input.invalid{border-color:#fca5a5}.create .done{text-align:left}.create .done h2{margin:0 0 8px;font-size:18px}.manage-bar .btn{text-decoration:none}.manage-bar select{min-width:160px}.stage-select-wrap{color:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;max-width:100%;padding:3px 6px 3px 9px;font-size:11px;font-weight:700;display:inline-flex}.stage-select{color:#fff;text-overflow:ellipsis;cursor:pointer;background:0 0;border:none;max-width:190px;font-family:inherit;font-size:11px;font-weight:700}.stage-select option{color:var(--ink);font-weight:500}.pcard .note.editable{cursor:text;border-radius:6px;margin:0 -4px;padding:2px 4px}.pcard .note.editable:hover{background:#f8fafc}.pcard .note.placeholder{color:var(--muted);font-style:italic}.note-editor{flex-direction:column;gap:6px;display:flex}.note-editor textarea{min-height:70px;font-size:13px}.note-actions{justify-content:flex-end;gap:6px;display:flex}.note-actions .btn{padding:6px 10px;font-size:12px}.loc-pin{background:var(--brand);border:3px solid #fff;border-radius:50% 50% 50% 0;width:26px;height:26px;margin-top:4px;transform:rotate(-45deg);box-shadow:0 3px 8px #00000059}.capture .top .links{gap:12px;display:flex}.capture .set-name{color:var(--muted);margin:-8px 0 12px;font-size:13px}.topo-wrap{max-width:760px;margin:0 auto;padding:18px 16px 40px}.topo-wrap h1{letter-spacing:-.01em;align-items:center;gap:8px;margin:0;font-size:20px;display:flex}.topo-current{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.topo-current .name{font-weight:700}.progress{background:#e2e8f0;border-radius:999px;height:10px;margin-top:10px;overflow:hidden}.progress>div{background:var(--brand);height:100%;transition:width .2s}.progress-label{color:var(--muted);margin-top:6px;font-size:12.5px}.topo-wrap .rgs-selector{margin-top:8px}.btn.danger{color:#b91c1c;background:#fff5f5;border-color:#fecaca}.btn:disabled{opacity:.55;cursor:default}.sentiment{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.sentiment-btn{border:1.5px solid var(--line);color:var(--muted);background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;font-family:inherit;display:flex}.sentiment-btn .ico{font-size:24px;line-height:1}.sentiment-btn .t{font-size:12px;font-weight:600}.sentiment-btn.sel{font-weight:700;box-shadow:0 0 0 3px #0f172a14}.sentiment.compact{gap:4px;display:inline-flex}.sentiment.compact .sentiment-btn{border-radius:8px;padding:3px 7px}.sentiment.compact .sentiment-btn .ico{font-size:15px}.sentiment-chip{border:1px solid;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.popup .chips{flex-wrap:wrap;gap:6px;display:flex}.capture-map{border:1px solid var(--line);border-radius:12px;width:100%;height:240px;margin-top:10px;overflow:hidden}.capture-map.placeholder{color:var(--muted);background:#f8fafc;place-items:center;font-size:13px;display:grid}.link-btn{color:var(--brand);background:0 0;border:none;margin-left:auto;padding:0 4px;font-size:12.5px;font-weight:600}.route-picker-head{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12.5px;font-weight:600;display:flex}.route-list{border:1px solid var(--line);border-radius:10px;max-height:50vh;overflow-y:auto}.route-row{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:10px;padding:7px 10px;font-size:13px;display:flex}.route-row:last-child{border-bottom:none}.route-row:hover{background:#f8fafc}.route-row.off{opacity:.55}.route-badge{color:#fff;text-align:center;border-radius:6px;flex:none;min-width:34px;padding:2px 6px;font-size:12px;font-weight:800}.route-name{flex:1;line-height:1.2}.route-note{color:#b45309;font-size:11px;font-weight:600}.topo-current .name,.topo-current .muted-note{display:block}.pos-choice{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.pos-choice button{border:1.5px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:12.5px;font-weight:600}.pos-choice button.sel{border-color:var(--brand);color:var(--brand);background:#eff6ff}.pos-choice button:disabled{opacity:.5;cursor:default}
