:root{--bg-0: #faf9f7;--bg-1: #ffffff;--bg-2: #f5f3f0;--bg-3: #ebe9e5;--bg-4: #ddd9d3;--border: rgba(0, 0, 0, .07);--border-light: rgba(0, 0, 0, .1);--border-glow: rgba(13, 148, 136, .12);--text: #1a1915;--text-dim: rgba(26, 25, 21, .6);--text-muted: rgba(26, 25, 21, .35);--accent: #0d9488;--accent-hover: #0f766e;--accent-glow: rgba(13, 148, 136, .1);--accent-subtle: rgba(13, 148, 136, .04);--green: #16a34a;--yellow: #ca8a04;--red: #dc2626;--orange: #ea580c;--purple: #7c3aed;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1rem;--ease-spring: cubic-bezier(.12, 1.02, .25, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 1px 4px rgba(0,0,0,.03);--shadow-md: 0 2px 4px rgba(0,0,0,.03), 0 4px 12px rgba(0,0,0,.05);--shadow-lg: 0 4px 8px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);--shadow-xl: 0 8px 16px rgba(0,0,0,.05), 0 16px 48px rgba(0,0,0,.08);--shadow-glow: 0 0 24px rgba(13, 148, 136, .1), 0 0 48px rgba(13, 148, 136, .04);--font-display: "Instrument Serif", Georgia, "Times New Roman", serif;--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", ui-monospace, monospace;--grid-cols: 16;color-scheme:light;font-family:var(--font-body);line-height:1.6;font-feature-settings:"cv02","cv03","cv04","cv11"}.grid-16{display:grid;grid-template-columns:repeat(16,1fr);gap:1rem}@media(max-width:1024px){.grid-16{grid-template-columns:repeat(8,1fr)}}@media(max-width:640px){.grid-16{grid-template-columns:repeat(4,1fr)}}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-9{grid-column:span 9}.col-span-10{grid-column:span 10}.col-span-11{grid-column:span 11}.col-span-12{grid-column:span 12}.col-span-13{grid-column:span 13}.col-span-14{grid-column:span 14}.col-span-15{grid-column:span 15}.col-span-16{grid-column:span 16}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg-0);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:999px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#0000002e;background-clip:content-box}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}::selection{background:#0d948826;color:#1a1915}.app{min-height:100vh;display:flex;flex-direction:column;padding-top:52px;position:relative;z-index:1}.view-enter{animation:viewFadeIn .4s var(--ease-spring) both}@keyframes viewFadeIn{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.skeleton{background:linear-gradient(90deg,var(--bg-2) 25%,var(--bg-3) 50%,var(--bg-2) 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:var(--radius)}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius)}.skeleton-line{height:.7rem;border-radius:4px}.skeleton-line--sm{height:.5rem;width:60%}.skeleton-line--lg{height:1rem;width:80%}.skeleton-line--full{width:100%}.skeleton-line--half{width:50%}.skeleton-line--third{width:33%}.skeleton-bar{height:4px;border-radius:999px}.skeleton-circle{width:2rem;height:2rem;border-radius:50%}.skeleton-row{display:flex;gap:.5rem;align-items:center}.header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 2rem;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);position:fixed;top:0;left:0;right:0;z-index:100;gap:1.25rem;transition:transform .4s var(--ease-spring),background .3s,box-shadow .3s}.header--hidden{transform:translateY(-100%)}.header--scrolled{background:#fffffff2;box-shadow:0 1px 3px #0000000a}.header-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-logo{display:flex;align-items:center;justify-content:center;transition:filter .3s}.header-title{font-family:var(--font-display);font-size:1.25rem;font-weight:400;letter-spacing:-.01em;margin:0;color:var(--text)}.header-subtitle{font-size:.7rem;color:var(--text-muted);margin:0;letter-spacing:.02em}.header-nav{display:flex;gap:.25rem;background:#0d94880f;padding:.25rem;border-radius:var(--radius);border:1px solid rgba(13,148,136,.08)}.nav-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .95rem;border:none;border-radius:12px;background:transparent;color:var(--text-muted);font-size:.8rem;font-weight:500;font-family:inherit;cursor:pointer;transition:color .2s var(--ease-spring),background .2s var(--ease-spring);white-space:nowrap;position:relative}.nav-btn:after{content:"";position:absolute;bottom:3px;left:.95rem;right:.95rem;height:2px;background:var(--accent);border-radius:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease-spring)}.nav-btn:hover{color:var(--text);background:#0d94880f}.nav-btn:hover:after{transform:scaleX(1)}.nav-btn--active{background:var(--accent);color:#fff;box-shadow:0 1px 4px #0d948833;position:relative}.nav-btn--active:after{display:none}.nav-btn--active:hover{background:var(--accent-hover)}.nav-alert-count{background:#ff6d00;color:#fff;font-size:.55rem;font-weight:700;padding:.05rem .3rem;border-radius:999px;margin-left:.15rem}.header-actions{display:flex;gap:.5rem;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.15rem;border-radius:var(--radius);border:1px solid transparent;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .3s var(--ease-spring);font-family:inherit;white-space:nowrap;position:relative;letter-spacing:.01em}.btn--primary{background:var(--accent);color:#fff;border:none;box-shadow:0 1px 3px #0d948833}.btn--primary:hover{background:var(--accent-hover);box-shadow:0 2px 8px #0d948840}.btn--primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.btn--outline{background:#ffffffd9;border-color:var(--border-light);color:var(--text)}.btn--outline:hover{background:#0d94880f;border-color:#0d948840;box-shadow:0 0 0 1px #0d94880f}.btn--geocam{background:var(--accent);color:#fff;border:none;font-weight:600;box-shadow:0 4px 16px #0d94884d}.btn--geocam:hover{box-shadow:0 6px 24px #0d948866;transform:translateY(-2px)}.stats-bar{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#0000000a;border-bottom:1px solid var(--border)}.stat-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;background:#fff;transition:background .2s}.stat-card:hover{background:var(--bg-2)}.stat-card--good .stat-value{color:var(--green)}.stat-card--warn .stat-value{color:var(--orange)}.stat-card--danger .stat-value{color:var(--red)}.stat-value{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text)}.stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.quick-report-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:#00c853;color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;z-index:300;animation:toastIn .3s ease-out;box-shadow:0 4px 20px #00c8534d}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.quick-report-bar{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.25rem;background:#fff;border-bottom:1px solid var(--border);overflow-x:auto}.quick-report-label{font-size:.78rem;color:var(--text-dim);white-space:nowrap;font-weight:600;margin-right:.3rem}.quick-report-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;background:#0d94880f;border:1.5px solid rgba(13,148,136,.12);border-radius:var(--radius);color:var(--accent);font-size:.78rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s var(--ease-spring);white-space:nowrap}.quick-report-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:scale(1.04)}.quick-report-icon{font-size:.9rem}.quick-report-text{font-size:.68rem}.main{display:flex;flex-direction:column;flex:1;min-height:0}.fullscreen-map{position:relative;width:100%;flex:1;min-height:420px;background:#f0f2f5;overflow:hidden}.leaflet-map{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.leaflet-popup-content-wrapper{background:#fff!important;border:none!important;border-radius:16px!important;color:#1a1d26!important;box-shadow:0 4px 20px #0000001f,0 1px 4px #0000000f!important;padding:0!important;overflow:hidden}.leaflet-popup-tip{background:#fff!important;border:none!important;box-shadow:0 2px 6px #00000014!important}.leaflet-popup-close-button{color:#8e99a4!important;font-size:16px!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;top:8px!important;right:8px!important;z-index:10}.leaflet-popup-close-button:hover{color:#1a1d26!important;background:#f0f2f5!important}.leaflet-popup-content{margin:0!important;min-width:280px}.leaflet-popup{margin-bottom:14px}.map-popup strong{display:block;font-size:.82rem;margin-bottom:.15rem}.map-popup span{display:block;font-size:.7rem;color:#8e99a4}.leaflet-tooltip{background:#fff!important;border:none!important;color:#1a1d26!important;font-size:.72rem!important;font-weight:600!important;border-radius:10px!important;box-shadow:0 2px 10px #0000001a!important;padding:6px 12px!important}.leaflet-tooltip-top:before{border-top-color:#fff!important}.leaflet-tooltip-bottom:before{border-bottom-color:#fff!important}.leaflet-tooltip-left:before{border-left-color:#fff!important}.leaflet-tooltip-right:before{border-right-color:#fff!important}.leaflet-control-attribution{background:#ffffffeb!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#8e99a4!important;font-size:.5rem!important;border-radius:8px!important;padding:2px 6px!important}.leaflet-control-attribution a{color:#0d9488!important}.custom-marker{background:none!important;border:none!important}.map-pin{display:flex;flex-direction:column;align-items:center;position:relative;filter:drop-shadow(0 3px 6px rgba(0,0,0,.18))}.map-pin-head{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #ffffff;box-shadow:0 2px 8px #00000026;transition:all .2s var(--ease-spring);position:relative}.map-pin-head span{font-size:1rem;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.08))}.map-pin:hover .map-pin-head{transform:scale(1.15);box-shadow:0 4px 16px #0003}.map-pin-stem{width:3px;height:6px;margin:-1px auto 0;border-radius:0 0 3px 3px;opacity:.5}.map-pin-ring{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;border:2.5px solid;opacity:.35;animation:pinRing 2s ease-out infinite}@keyframes pinRing{0%{transform:translate(-50%) scale(.9);opacity:.35}to{transform:translate(-50%) scale(2.4);opacity:0}}.map-pin-alert-dot{position:absolute;top:-4px;right:-4px;width:14px;height:14px;background:#ff1744;border-radius:50%;border:2.5px solid #ffffff;animation:alertPulse 1.5s ease-in-out infinite}@keyframes alertPulse{0%,to{box-shadow:0 0 #ff174466}50%{box-shadow:0 0 0 8px #ff174400}}.map-pin--alert .map-pin-head{animation:pinShake 2.5s ease-in-out infinite}@keyframes pinShake{0%,to{transform:scale(1)}25%{transform:scale(1.06) rotate(-3deg)}75%{transform:scale(1.06) rotate(3deg)}}.map-legend-float{position:absolute;bottom:.6rem;right:.6rem;display:flex;align-items:center;gap:.4rem;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.4rem .7rem;border-radius:12px;border:1px solid rgba(0,0,0,.06);z-index:10;box-shadow:0 2px 8px #0000000f}.map-legend-section{display:flex;gap:.5rem;align-items:center}.map-legend-divider{width:1px;height:14px;background:#00000014}.map-legend-item{display:flex;align-items:center;gap:.25rem;font-size:.6rem;color:#5a6677;white-space:nowrap;font-weight:500}.map-legend-item--category{font-size:.62rem}.map-legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block;border:1.5px solid rgba(0,0,0,.06)}.map-bottom-panel{background:#fff;border-top:1px solid rgba(0,0,0,.06);max-height:45vh;overflow-y:auto;display:flex;flex-direction:column}.bottom-sidebar{display:flex;flex-direction:column}.bottom-sidebar-header{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border-bottom:1px solid rgba(0,0,0,.05);flex-wrap:wrap;background:#fafbfc}.bottom-sidebar-search{flex:1;min-width:160px}.bottom-sidebar-search input{width:100%;padding:.5rem .8rem;background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;color:#1a1d26;font-size:.78rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.bottom-sidebar-search input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #4a90e21f}.bottom-sidebar-search input::placeholder{color:#b0b8c4}.bottom-sidebar-filters{display:flex;gap:.4rem;flex-wrap:wrap}.filter-select{padding:.4rem .6rem;background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:10px;color:#1a1d26;font-size:.72rem;font-family:inherit;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s;font-weight:500}.filter-select:hover{border-color:#0d9488}.filter-select:focus{border-color:#0d9488;box-shadow:0 0 0 3px #4a90e21f}.bottom-sidebar-count{font-size:.68rem;color:#8e99a4;white-space:nowrap;font-weight:500}.project-list{padding:.85rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:.75rem}.project-card{display:flex;flex-direction:column;gap:.65rem;padding:1.1rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-xl);cursor:pointer;transition:transform .3s var(--ease-spring),box-shadow .3s var(--ease-spring),border-color .3s;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-3px);border-color:#0d948840;box-shadow:0 4px 8px #0000000a,0 8px 24px #00000014,0 2px 4px #00000008}.project-card:hover .project-card-title h3{color:var(--accent);transition:color .2s}.project-card--selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 4px 16px #0d948826}.project-card--attention{border-color:#ff6d0033}.project-card-header{display:flex;align-items:flex-start;gap:.75rem}.project-card-cat{font-size:1.4rem;line-height:1;flex-shrink:0;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;background:#0d94880f;border-radius:var(--radius);border:1px solid rgba(13,148,136,.08)}.project-card-title{flex:1;min-width:0}.project-card-title h3{margin:0;font-size:.9rem;font-weight:700;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.project-card-location{font-size:.7rem;color:var(--text-dim);margin-top:.1rem}.project-card-status{padding:.18rem .6rem;border-radius:999px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0}.project-card-metrics{display:flex;gap:.85rem}.metric{flex:1;display:flex;align-items:center;gap:.45rem}.metric-label{font-size:.6rem;color:var(--text-dim);min-width:48px;white-space:nowrap}.progress-bar{flex:1;height:7px;background:var(--bg-3);border-radius:999px;overflow:hidden}.progress-bar--lg{height:8px}.progress-fill{height:100%;border-radius:999px;transition:width .6s var(--ease-spring)}.metric-value{font-size:.7rem;font-weight:600;font-variant-numeric:tabular-nums;min-width:28px;text-align:right;color:var(--text)}.project-card-footer{display:flex;align-items:center;gap:.7rem;padding-top:.4rem;border-top:1px solid var(--border);flex-wrap:wrap}.project-card-budget{font-size:.78rem;font-weight:700;color:var(--accent)}.project-card-qr{font-size:.65rem;color:#ff6d00}.project-card-photos{font-size:.65rem;color:#8e99a4}.project-card-rating-mini{display:inline-flex;align-items:center;gap:.3rem;font-size:.6rem;color:#8e99a4;margin-left:auto}.star-rating{display:inline-flex;align-items:center;gap:.06rem}.star{font-size:.65rem;color:#ffffff1a;transition:color .15s,transform .15s}.star--filled{color:#fbbf24;text-shadow:0 0 6px rgba(251,191,36,.3)}.star-value{font-size:.65rem;font-weight:700;margin-left:.3rem;color:var(--text-dim)}.contributor-badge{display:inline-flex;align-items:center;gap:.15rem;padding:.04rem .35rem;border-radius:999px;font-size:.5rem;font-weight:600;border:1px solid;letter-spacing:.03em}.note-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:.6rem;font-weight:800;border:1px solid;flex-shrink:0}.geocam-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:500;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.geocam-modal{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1rem;padding:1rem}.geocam-viewfinder{position:relative;width:100%;aspect-ratio:3 / 4;background:linear-gradient(135deg,#0a0f1a,#111827);border-radius:var(--radius-lg);border:2px solid rgba(13,148,136,.3);overflow:hidden}.geocam-crosshair{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:2px solid rgba(255,255,255,.2);border-radius:50%}.geocam-crosshair:before,.geocam-crosshair:after{content:"";position:absolute;background:#ffffff26}.geocam-crosshair:before{width:1px;height:100%;left:50%;transform:translate(-50%)}.geocam-crosshair:after{height:1px;width:100%;top:50%;transform:translateY(-50%)}.geocam-corners span{position:absolute;width:24px;height:24px;border-color:#0d948899;border-style:solid;border-width:0}.geocam-corners span:nth-child(1){top:12px;left:12px;border-top-width:2px;border-left-width:2px}.geocam-corners span:nth-child(2){top:12px;right:12px;border-top-width:2px;border-right-width:2px}.geocam-corners span:nth-child(3){bottom:12px;left:12px;border-bottom-width:2px;border-left-width:2px}.geocam-corners span:nth-child(4){bottom:12px;right:12px;border-bottom-width:2px;border-right-width:2px}.geocam-scanning{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-dim);font-size:.75rem}.geocam-scan-ring{width:80px;height:80px;border:2px solid var(--accent);border-radius:50%;animation:scanPulse 1.5s ease-out infinite}@keyframes scanPulse{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.geocam-gps-lock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.geocam-lock-icon{background:var(--green);color:#000;padding:.3rem .8rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.06em;animation:lockBlink .5s ease-out}@keyframes lockBlink{0%,50%{opacity:0}51%,to{opacity:1}}.geocam-gps-data{display:flex;flex-direction:column;align-items:center;gap:.15rem;font-size:.72rem;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.geocam-accuracy{font-size:.6rem;color:var(--green);font-weight:500}.geocam-hud-top,.geocam-hud-bottom{position:absolute;left:0;right:0;display:flex;justify-content:space-between;padding:.5rem 1rem;font-size:.6rem;color:#ffffff80;font-variant-numeric:tabular-nums}.geocam-hud-top{top:0}.geocam-hud-bottom{bottom:0}.geocam-hud-label{font-weight:700;letter-spacing:.1em;color:var(--accent)}.geocam-hud-time{font-variant-numeric:tabular-nums}.geocam-hud-device{color:#ffffff59}.geocam-hud-coords{font-family:ui-monospace,monospace}.geocam-controls{display:flex;align-items:center;justify-content:center;gap:2rem}.geocam-btn{border:none;background:none;color:var(--text);font-family:inherit;cursor:pointer;transition:all .25s var(--ease-spring)}.geocam-btn--cancel{font-size:.85rem;color:var(--text-dim);padding:.5rem}.geocam-btn--cancel:hover{color:var(--red)}.geocam-btn--flash{font-size:.85rem;color:var(--text-dim);padding:.5rem}.geocam-btn--flash:hover{color:var(--yellow)}.geocam-btn--capture{position:relative;width:64px;height:64px;border-radius:50%;background:var(--accent);border:3px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;transition:all .25s var(--ease-spring)}.geocam-btn--capture:hover{transform:scale(1.05);box-shadow:0 0 20px #0d948880}.geocam-btn--capture:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.geocam-capture-ring{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.5)}.geocam-processing-steps{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--bg-2);border-radius:var(--radius-lg);border:1px solid var(--border)}.geocam-step{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--text-dim)}.geocam-step--done{color:var(--green)}.geocam-step--active{color:var(--accent);font-weight:600}.geocam-step--error{color:var(--red)}.geocam-step-icon{width:1.2rem;text-align:center}.geocam-review{display:flex;flex-direction:column;gap:.8rem;padding:1rem;background:var(--bg-2);border-radius:var(--radius-lg);border:1px solid var(--border)}.geocam-trust{display:flex;align-items:center;gap:.8rem}.geocam-trust-ring{width:56px;height:56px;position:relative;flex-shrink:0}.geocam-trust-ring svg{width:100%;height:100%}.geocam-trust-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:var(--text)}.geocam-trust-label{font-size:.8rem;font-weight:600;color:var(--text)}.geocam-ai-flag{font-size:.75rem;color:var(--yellow);font-weight:600}.geocam-gps-info{display:flex;align-items:center;gap:.6rem}.geocam-gps-badge{padding:.15rem .5rem;border-radius:999px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:color-mix(in srgb,var(--accent) 15%,var(--bg-3));color:var(--accent)}.geocam-gps-coords{font-family:ui-monospace,monospace;font-size:.75rem;color:var(--text-dim)}.geocam-caption-input{width:100%;padding:.5rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-1);color:var(--text);font-size:.8rem;font-family:inherit}.geocam-caption-input:focus{outline:none;border-color:var(--accent)}.geocam-review-actions{display:flex;gap:.75rem;justify-content:flex-end}.geocam-btn--submit{padding:.6rem 1.2rem;border-radius:var(--radius-md);border:none;background:var(--accent);color:#fff;font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .25s var(--ease-spring)}.geocam-btn--submit:hover{box-shadow:0 6px 24px #4a90e266;transform:translateY(-2px)}.geocam-btn--gallery{font-size:1.2rem;color:var(--text-dim);padding:.5rem}.geocam-btn--gallery:hover{color:var(--text)}.geocam-ready-prompt{text-align:center;padding:.5rem}.geocam-ready-prompt p{margin:0;font-size:.85rem;color:var(--text)}.geocam-ready-sub{font-size:.72rem;color:var(--text-dim);margin-top:.3rem!important}.geocam-preview-img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg)}.batch-list-actions{display:flex;gap:.5rem}.batch-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.batch-project{font-size:.68rem;color:var(--accent);font-weight:600}.batch-distance{color:var(--text-dim);font-weight:400}.batch-gps{font-size:.6rem;color:var(--text-dim);font-weight:500}.batch-integrity{display:flex;align-items:center;gap:.4rem}.batch-trust{padding:.1rem .4rem;border-radius:999px;font-size:.6rem;font-weight:700}.batch-trust--high{background:color-mix(in srgb,var(--green) 15%,var(--bg-3));color:var(--green)}.batch-trust--med{background:color-mix(in srgb,var(--yellow) 15%,var(--bg-3));color:var(--yellow)}.batch-trust--low{background:color-mix(in srgb,var(--red) 15%,var(--bg-3));color:var(--red)}.batch-ai-flag{font-size:.8rem}.integrity-detail-row{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.75rem}.integrity-detail-label{color:var(--text-dim);font-weight:600}.integrity-detail-value{color:var(--text)}.integrity-detail-warn{color:var(--yellow);font-style:italic}.before-after-viewer{display:flex;flex-direction:column;gap:1rem}.sample-photos-notice{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.6rem;padding:.85rem 1.2rem;background:#fff8e1;border:1.5px solid #ffe082;border-left:4px solid #ffa000;border-radius:8px;font-size:.88rem;font-weight:600;color:#5d4037;line-height:1.5}.sample-photos-icon{font-size:1.15rem;flex-shrink:0}.phase-filter{display:flex;gap:.3rem;flex-wrap:wrap}.phase-btn{padding:.3rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-2);color:var(--text-dim);font-size:.65rem;font-family:inherit;cursor:pointer;transition:all .25s var(--ease-spring);font-weight:500}.phase-btn:hover{background:var(--bg-3);color:var(--text)}.phase-btn--active{background:color-mix(in srgb,var(--phase-color, var(--accent)) 15%,var(--bg-3));border-color:var(--phase-color, var(--accent));color:var(--phase-color, var(--accent))}.comparison-strip{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.comparison-title{margin:0 0 .75rem;font-size:.75rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.comparison-pair{display:flex;align-items:center;gap:1rem}.comparison-side{flex:1;text-align:center}.comparison-badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.lazy-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.lazy-image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.lazy-image--loaded{opacity:1}.lazy-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-3);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.lazy-image-fallback{animation:none;background:linear-gradient(135deg,var(--bg-2) 0%,var(--bg-3) 100%);display:flex;align-items:center;justify-content:center}.lazy-image-fallback-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.7}.lazy-image-fallback-icon{font-size:2.5rem;line-height:1}.lazy-image-fallback-label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:center;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparison-img img,.timeline-photo-placeholder img,.photo-card-visual img,.ig-card-visual img,.photo-overlay-visual img,.popup-photo-preview img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.comparison-img,.timeline-photo-placeholder,.photo-card-visual,.ig-card-visual,.photo-overlay-visual{position:relative;overflow:hidden}.ig-card-geocam,.ig-card-phase-bar,.photo-overlay-geocam,.photo-overlay-phase-bar{position:relative;z-index:2}.comparison-badge--before{background:#0d948826;color:var(--accent)}.comparison-badge--after{background:#34d39926;color:var(--green)}.comparison-img{width:100%;aspect-ratio:16 / 10;background:var(--bg-3);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:.4rem;border:1px solid var(--border)}.comparison-icon{font-size:2.5rem}.comparison-caption{margin:0;font-size:.75rem;color:var(--text);line-height:1.4}.comparison-date{font-size:.6rem;color:var(--text-muted);display:block;margin-top:.15rem}.comparison-phase-label{font-size:.6rem;font-weight:600;display:block;margin-top:.2rem}.comparison-arrow{flex-shrink:0;color:var(--accent)}.photo-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.photo-view-toggle{display:flex;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.view-toggle-btn{padding:.35rem .7rem;border:none;background:transparent;color:var(--text-dim);font-size:.65rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .25s var(--ease-spring)}.view-toggle-btn:hover{color:var(--text);background:var(--bg-3)}.view-toggle-btn--active{background:var(--accent);color:#fff}.photo-timeline{display:flex;flex-direction:column;gap:0;padding:.5rem 0}.timeline-item{display:flex;gap:1rem;position:relative}.timeline-connector{display:flex;flex-direction:column;align-items:center;width:20px;flex-shrink:0;padding-top:1rem}.timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;z-index:1;border:2px solid var(--bg-1)}.timeline-line{width:2px;flex:1;min-height:1rem;margin-top:-1px}.timeline-card{flex:1;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.75rem;margin-bottom:.75rem;transition:border-color .15s}.timeline-card:hover{border-color:var(--border-light)}.timeline-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:.5rem}.timeline-phase-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;font-size:.6rem;font-weight:600;border:1px solid}.timeline-date{font-size:.6rem;color:var(--text-muted);font-weight:500}.timeline-card-body{display:flex;gap:.75rem;align-items:flex-start}.timeline-photo-placeholder{width:80px;height:60px;background:var(--bg-3);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;border:1px solid var(--border)}.timeline-photo-icon{font-size:1.5rem}.timeline-card-content{flex:1;min-width:0}.timeline-caption{margin:0 0 .25rem;font-size:.8rem;color:var(--text);line-height:1.4;font-weight:500}.timeline-uploader{font-size:.6rem;color:var(--text-dim)}.timeline-gps{display:flex;gap:.5rem;margin-top:.3rem;font-size:.55rem;color:var(--text-muted);font-family:ui-monospace,monospace}.photo-timeline-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem}.photo-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s var(--ease-spring);cursor:pointer;position:relative}.photo-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#0d948826,#34d39914);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s}.photo-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.photo-card:hover:before{opacity:1}.photo-card--groundbreaking{border-top:2px solid var(--accent)}.photo-card--ongoing{border-top:2px solid #34d399}.photo-card--delayed{border-top:2px solid #fbbf24}.photo-card--completed{border-top:2px solid #a78bfa}.photo-card--deteriorated{border-top:2px solid #f87171}.photo-card--issue{border-top:2px solid #f97316}.photo-card-phase{padding:.2rem .5rem;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff}.photo-card-visual{height:90px;background:var(--bg-3);display:flex;align-items:center;justify-content:center;position:relative}.photo-card-icon{font-size:2rem}.photo-geocam-badge{position:absolute;top:.3rem;right:.3rem;background:#0d948833;color:var(--accent);padding:.1rem .35rem;border-radius:999px;font-size:.5rem;font-weight:700}.photo-card-caption{padding:.4rem .5rem .15rem;font-size:.7rem;color:var(--text-dim);margin:0;line-height:1.4}.photo-card-meta{display:flex;justify-content:space-between;padding:.15rem .5rem .35rem;font-size:.55rem;color:var(--text-muted)}.photo-card-gps{display:flex;justify-content:space-between;padding:.2rem .5rem .35rem;font-size:.5rem;color:var(--accent);font-family:ui-monospace,monospace;border-top:1px solid var(--border)}.detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .25s var(--ease-out)}.detail-modal{width:100%;max-width:760px;max-height:85vh;background:#0a0a0ebf;backdrop-filter:blur(48px) saturate(2);-webkit-backdrop-filter:blur(48px) saturate(2);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;position:relative;animation:slideUp .4s var(--ease-spring);box-shadow:var(--shadow-xl),0 0 60px #9b4dff0f}.detail-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#0d94881f,#34d39914,#0d94880d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@keyframes slideUp{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.detail-close{position:absolute;top:.65rem;right:.65rem;z-index:10;width:30px;height:30px;border-radius:50%;background:#00000080;border:1px solid var(--border);color:var(--text);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.detail-close:hover{background:#f871714d}.detail-hero{position:relative;display:flex;align-items:flex-start;gap:.85rem;padding:1.1rem}.detail-hero-icon-wrap{width:52px;height:52px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-hero-icon{font-size:1.5rem}.detail-hero-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.detail-hero-info h2{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.detail-category{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.detail-location{font-size:.72rem;color:var(--text-dim)}.detail-dept{font-size:.65rem;color:var(--text-muted)}.detail-funding{font-size:.6rem;color:var(--accent);margin-top:.1rem}.detail-hero-status{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.detail-status-badge{padding:.15rem .65rem;border-radius:999px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff}.detail-votes{display:flex;align-items:center;gap:.3rem}.vote-btn{width:26px;height:26px;border-radius:50%;background:var(--bg-3);border:1px solid var(--border);color:var(--text-dim);font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s var(--ease-spring);padding:0}.vote-btn:hover{background:var(--bg-4)}.vote-btn--up.vote-btn--active{background:#34d39926;color:var(--green);border-color:var(--green)}.vote-btn--down.vote-btn--active{background:#f8717126;color:var(--red);border-color:var(--red)}.vote-count{font-size:.8rem;font-weight:700;min-width:1.8rem;text-align:center;font-variant-numeric:tabular-nums}.detail-alerts-strip{display:flex;gap:.4rem;padding:.5rem 1.1rem;background:#f973160a;border-top:1px solid rgba(249,115,22,.1);border-bottom:1px solid rgba(249,115,22,.1);overflow-x:auto;flex-shrink:0}.detail-alert-chip{display:flex;align-items:center;gap:.35rem;font-size:.65rem;color:var(--text-dim);white-space:nowrap;flex-shrink:0}.detail-tabs{display:flex;border-bottom:1px solid var(--border);background:#0e0e1299;padding:0 .5rem;overflow-x:auto;flex-shrink:0}.detail-tab{padding:.55rem .65rem;font-size:.7rem;font-family:inherit;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .25s var(--ease-spring);white-space:nowrap}.detail-tab:hover{color:var(--text-dim)}.detail-tab--active{color:var(--accent);border-bottom-color:var(--accent);text-shadow:0 0 12px rgba(155,77,255,.3)}.detail-body{flex:1;overflow-y:auto;padding:1.1rem}.detail-overview{display:flex;flex-direction:column;gap:1rem}.detail-desc{font-size:.82rem;color:var(--text-dim);margin:0;line-height:1.6}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.detail-card{background:#11111680;border:1px solid var(--border);border-radius:var(--radius-lg);padding:.95rem;transition:border-color .2s}.detail-card:hover{border-color:var(--border-light)}.detail-card h4{margin:0 0 .7rem;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:700}.detail-card--progress{display:flex;flex-direction:column;align-items:center}.detail-progress-ring{display:flex;flex-direction:column;align-items:center;gap:.4rem}.detail-progress-ring svg{width:90px;height:90px}.ring-value{font-size:1.4rem;font-weight:700;margin-top:-62px;margin-bottom:18px}.budget-breakdown{display:flex;flex-direction:column;gap:.35rem}.budget-row{display:flex;justify-content:space-between;font-size:.78rem}.budget-value{font-weight:600;font-variant-numeric:tabular-nums}.budget-value--over{color:var(--red)}.budget-value--good{color:var(--green)}.budget-value--warn{color:var(--yellow)}.budget-divider{height:1px;background:var(--border);margin:.2rem 0}.budget-pct{display:flex;align-items:center;gap:.4rem;font-size:.65rem;color:var(--text-dim);margin-top:.2rem}.budget-pct .progress-bar{flex:1}.timeline-info{display:flex;flex-direction:column;gap:.4rem}.timeline-row{display:flex;justify-content:space-between;font-size:.78rem}.timeline-row span:first-child{color:var(--text-dim)}.contractor-info{display:flex;flex-direction:column;gap:.3rem}.contractor-name{font-size:.85rem;font-weight:600}.contractor-dept{font-size:.7rem;color:var(--text-muted)}.contractor-rating-detail{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--text-dim);margin-top:.2rem}.detail-ratings{display:flex;flex-direction:column;gap:1.1rem}.ratings-overview{text-align:center;padding:.85rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.ratings-total{display:flex;flex-direction:column;align-items:center;gap:.3rem}.ratings-total-number{font-size:2.2rem;font-weight:800;color:var(--yellow)}.ratings-total-count{font-size:.72rem;color:var(--text-muted)}.ratings-breakdown{display:flex;flex-direction:column;gap:.6rem}.rating-row{display:flex;align-items:center;gap:.65rem;padding:.5rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.rating-info{flex:1;min-width:0}.rating-label{display:block;font-size:.78rem;font-weight:600}.rating-desc{display:block;font-size:.6rem;color:var(--text-muted);margin-top:.08rem}.rating-bar-wrap{display:flex;align-items:center;gap:.4rem;min-width:110px}.rating-bar{flex:1;height:5px;background:var(--bg-4);border-radius:999px;overflow:hidden}.rating-fill{height:100%;background:var(--yellow);border-radius:999px}.rating-num{font-size:.78rem;font-weight:700;min-width:22px;text-align:right}.rating-input{display:flex;gap:.1rem}.rating-star-btn{background:none;border:none;font-size:1rem;color:var(--text-muted);cursor:pointer;padding:0;transition:color .1s;font-family:inherit}.rating-star-btn:hover{color:var(--yellow)}.comment-form{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.85rem}.comment-form textarea{width:100%;padding:.55rem .7rem;background:#11111680;border:1px solid var(--border-light);border-radius:var(--radius);color:var(--text);font-size:.78rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .25s,box-shadow .25s,background .25s,transform .2s}.comment-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #9b4dff1a;background:#111116b3;transform:translateY(-1px)}.comment-form textarea::placeholder{color:var(--text-muted)}.comments-list{display:flex;flex-direction:column;gap:.5rem}.comment{display:flex;gap:.6rem;padding:.75rem;background:#11111666;border-radius:var(--radius-lg);border:1px solid var(--border);transition:border-color .2s,transform .2s var(--ease-spring)}.comment:hover{border-color:var(--border-light);transform:translate(2px)}.comment--official{border-color:#9b4dff33;background:#9b4dff08}.comment-avatar{width:32px;height:32px;border-radius:50%;background:var(--bg-4);display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;color:var(--text-dim);flex-shrink:0;border:1px solid var(--border)}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:.35rem;margin-bottom:.2rem;flex-wrap:wrap}.comment-author{font-size:.78rem;font-weight:600}.comment-badge{padding:.08rem .35rem;background:#0d948826;color:var(--accent);font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:999px}.comment-date{font-size:.6rem;color:var(--text-muted);margin-left:auto}.comment-text{margin:0;font-size:.78rem;color:var(--text-dim);line-height:1.5}.comment-votes{font-size:.65rem;color:var(--green);margin-top:.2rem;display:inline-block}.detail-reports{display:flex;flex-direction:column;gap:.65rem}.report-form{display:flex;flex-direction:column;gap:.4rem;padding:.85rem;background:var(--bg-2);border:1px solid var(--border-light);border-radius:var(--radius)}.report-form select{padding:.4rem .5rem;background:var(--bg-3);border:1px solid var(--border-light);border-radius:var(--radius);color:var(--text);font-size:.78rem;font-family:inherit;outline:none;transition:border-color .25s}.report-form select:hover{border-color:#0d94884d}.report-form textarea{width:100%;padding:.5rem .65rem;background:var(--bg-3);border:1px solid var(--border-light);border-radius:var(--radius);color:var(--text);font-size:.78rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .25s,box-shadow .25s}.report-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #9b4dff1a}.report-form textarea::placeholder{color:var(--text-muted)}.reports-list{display:flex;flex-direction:column;gap:.4rem}.report-card{padding:.7rem;background:#11111666;border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s,transform .2s var(--ease-spring),box-shadow .2s}.report-card:hover{border-color:var(--border-light);transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.report-card--verified{border-color:#0d948833;background:#0d948808}.report-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem}.report-type{font-size:.65rem;font-weight:600;color:var(--yellow);text-transform:uppercase;letter-spacing:.05em}.report-verified{font-size:.55rem;font-weight:600;color:var(--accent);background:#0d94881a;padding:.08rem .35rem;border-radius:999px}.report-date{font-size:.6rem;color:var(--text-muted);margin-left:auto}.report-desc{margin:0;font-size:.78rem;color:var(--text-dim);line-height:1.5}.report-footer{display:flex;justify-content:space-between;margin-top:.4rem;font-size:.65rem}.report-reporter{color:var(--text-muted)}.report-upvotes{color:var(--accent)}.updates-timeline{position:relative;padding-left:1.3rem}.update-item{position:relative;padding-bottom:1.1rem;padding-left:.85rem}.update-item:before{content:"";position:absolute;left:0;top:.4rem;bottom:0;width:1px;background:var(--border-light)}.update-item:last-child:before{display:none}.update-dot{position:absolute;left:-4px;top:.3rem;width:8px;height:8px;border-radius:50%;border:2px solid var(--bg-1)}.update-date{font-size:.6rem;color:var(--text-muted);display:block;margin-bottom:.1rem}.update-text{margin:0;font-size:.78rem;color:var(--text-dim);line-height:1.5}.update-author{font-size:.65rem;color:var(--text-muted);font-style:italic}.procurement-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.procurement-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem}.procurement-card h4{margin:0 0 .65rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600}.procurement-rows{display:flex;flex-direction:column;gap:.4rem}.proc-row{display:flex;justify-content:space-between;font-size:.75rem}.proc-row span:first-child{color:var(--text-dim)}.proc-ref{font-family:ui-monospace,monospace;font-size:.7rem;color:var(--accent)}.bid-comparison{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.65rem}.bid-row{display:flex;justify-content:space-between;padding:.35rem .45rem;background:var(--bg-3);border-radius:calc(var(--radius) - 2px);font-size:.75rem}.bid-row--winner{background:#34d39914;border:1px solid rgba(52,211,153,.2)}.bid-name{color:var(--text-dim)}.bid-amount{font-weight:600;font-variant-numeric:tabular-nums}.procurement-savings{display:flex;justify-content:space-between;font-size:.72rem;padding:.4rem 0;border-top:1px solid var(--border)}.savings-value{font-weight:700}.savings-value--good{color:var(--green)}.savings-value--low{color:var(--yellow)}.dashboard{flex:1;padding:1rem;overflow-y:auto}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.dash-card{background:#11111666;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;transition:border-color .25s,transform .3s var(--ease-spring),box-shadow .3s;position:relative;overflow:hidden}.dash-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d948808,#34d39905);opacity:0;transition:opacity .3s}.dash-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 8px 24px #0003}.dash-card:hover:before{opacity:1}.dash-card--wide{grid-column:span 2}.dash-card-title{margin:0 0 .85rem;font-size:.82rem;font-weight:700;letter-spacing:-.01em}.region-chart{display:flex;flex-direction:column;gap:.4rem}.region-bar-row{display:flex;align-items:center;gap:.5rem}.region-name{font-size:.65rem;color:var(--text-dim);min-width:55px;font-weight:600}.region-bars{flex:1;position:relative;height:16px}.region-bar{position:absolute;height:100%;border-radius:3px;transition:width .3s;position:relative;overflow:hidden}.region-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:regionBarShimmer 2.5s ease-in-out infinite}@keyframes regionBarShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.region-bar--budget{background:var(--accent);opacity:.6}.region-bar--spent{background:var(--green);opacity:.4;top:0}.region-bar-label{font-size:.5rem;color:#fff;padding:0 .3rem;white-space:nowrap;line-height:16px}.region-projects{font-size:.55rem;color:var(--text-muted);min-width:65px;text-align:right}.chart-legend{display:flex;gap:1rem;margin-top:.6rem}.chart-legend-item{display:flex;align-items:center;gap:.25rem;font-size:.6rem;color:var(--text-dim)}.chart-legend-dot{width:7px;height:7px;border-radius:2px}.risk-list{display:flex;flex-direction:column;gap:.35rem}.risk-item{display:flex;align-items:center;justify-content:space-between;padding:.45rem .5rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border);transition:transform .2s var(--ease-spring),box-shadow .2s}.risk-item:hover{transform:translate(2px);box-shadow:0 4px 12px #00000026}.risk-info{display:flex;flex-direction:column;min-width:0;flex:1}.risk-name{font-size:.72rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.risk-location{font-size:.55rem;color:var(--text-muted)}.risk-score-wrap{display:flex;flex-direction:column;align-items:center;min-width:36px}.risk-score{font-size:1rem;font-weight:800;font-variant-numeric:tabular-nums}.risk-score-label{font-size:.45rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.category-breakdown{display:flex;flex-direction:column;gap:.3rem}.category-row{display:flex;align-items:center;gap:.4rem;padding:.3rem 0}.category-icon{font-size:.9rem}.category-name{flex:1;font-size:.7rem;color:var(--text-dim)}.category-count{font-size:.65rem;font-weight:600;min-width:18px;text-align:center}.category-budget{font-size:.65rem;color:var(--accent);font-weight:600;min-width:55px;text-align:right}.category-delayed{font-size:.55rem;color:var(--yellow);min-width:55px;text-align:right}.contractor-table{display:flex;flex-direction:column}.contractor-header,.contractor-row{display:grid;grid-template-columns:2fr 1.2fr .6fr 1fr .6fr;gap:.4rem;padding:.4rem .35rem;font-size:.72rem;align-items:center}.contractor-header{color:var(--text-muted);font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;border-bottom:1px solid var(--border)}.contractor-row{border-bottom:1px solid var(--border)}.contractor-row:last-child{border-bottom:none}.contractor-cell{font-size:.72rem}.contractor-cell--name{font-weight:600;font-size:.7rem}.contractor-cell--warn{color:var(--yellow)}.anomaly-list{display:flex;flex-direction:column;gap:.35rem}.anomaly-item{padding:.5rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.anomaly-name{display:block;font-size:.75rem;font-weight:600;margin-bottom:.15rem}.anomaly-detail{font-size:.65rem;color:var(--text-dim)}.verified-stats{display:flex;gap:.75rem}.verified-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem;flex:1}.verified-number{font-size:1.2rem;font-weight:800;color:var(--accent)}.verified-label{font-size:.55rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:center}.alerts-panel{flex:1;padding:1rem;overflow-y:auto}.alerts-header{margin-bottom:1rem}.alerts-header h2{margin:0 0 .3rem;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.alerts-subtitle{margin:0;font-size:.75rem;color:var(--text-dim)}.alerts-grid{display:flex;flex-direction:column;gap:.5rem}.alert-card{padding:.85rem;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:3px solid;transition:transform .2s var(--ease-spring),box-shadow .2s}.alert-card:hover{transform:translate(2px);box-shadow:0 4px 16px #0003}.alert-card--important{border-left-color:var(--orange);background:#f9731608}.alert-card--attention{border-left-color:var(--yellow)}.alert-card--info{border-left-color:var(--accent)}.alert-top{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.alert-type{font-size:.55rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.alert-auto{font-size:.45rem;background:var(--bg-3);color:var(--text-muted);padding:.08rem .3rem;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.alert-message{margin:0 0 .5rem;font-size:.78rem;color:var(--text-dim);line-height:1.5}.alert-bottom{display:flex;justify-content:space-between;align-items:center}.alert-project-link{background:none;border:none;color:var(--accent);font-size:.72rem;font-weight:600;cursor:pointer;font-family:inherit;padding:0;text-decoration:underline;text-underline-offset:2px}.alert-project-link:hover{color:var(--accent)}.alert-date{font-size:.6rem;color:var(--text-muted)}.empty-state{text-align:center;padding:1.25rem;color:var(--text-muted);font-size:.78rem}.timeline-item{animation:fadeIn .3s ease-out both}.timeline-item:nth-child(1){animation-delay:.05s}.timeline-item:nth-child(2){animation-delay:.1s}.timeline-item:nth-child(3){animation-delay:.15s}.timeline-item:nth-child(4){animation-delay:.2s}.timeline-item:nth-child(5){animation-delay:.25s}.timeline-item:nth-child(6){animation-delay:.3s}.timeline-card:hover{border-color:var(--border-light);box-shadow:0 4px 16px #0003}.footer{padding:2.5rem 1.5rem;background:#060608b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);text-align:center;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(13,148,136,.2),rgba(52,211,153,.15),transparent)}.footer:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(13,148,136,.04) 0%,transparent 70%);pointer-events:none}.footer p{margin:0;font-size:.72rem;color:var(--text-dim);letter-spacing:.01em;position:relative}.footer-sub{margin-top:.3rem!important;font-size:.6rem!important;color:var(--text-muted)!important}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-0)}.hero-content{position:relative;z-index:1;max-width:680px;padding:5rem 2.5rem;text-align:center;animation:heroFadeIn .8s var(--ease-out)}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 1rem;background:var(--accent-subtle);border:1px solid rgba(13,148,136,.15);border-radius:999px;font-size:.72rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.hero-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw + 1rem,4.5rem);font-weight:400;letter-spacing:-.02em;margin:0 0 1rem;color:var(--text);line-height:1.1}.hero-tagline{font-family:var(--font-body);font-size:clamp(1rem,1.2vw + .5rem,1.25rem);color:var(--text-dim);margin:0 0 2.5rem;font-weight:400;line-height:1.6}.hero-narrative{font-size:1rem;color:var(--text-dim);line-height:1.8;margin:0 0 3rem;max-width:560px;margin-left:auto;margin-right:auto}.hero-narrative strong{color:var(--text);font-weight:600}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-bottom:3rem;padding:1.5rem 2rem;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-xl)}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.35rem}.hero-stat-value{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw + .5rem,2.2rem);font-weight:400;color:var(--text);font-variant-numeric:tabular-nums}.hero-stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.hero-stat-divider{width:1px;height:44px;background:var(--border)}.hero-actions{display:flex;gap:1rem;justify-content:center}.hero-btn{padding:.85rem 2rem;border-radius:var(--radius-lg);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s var(--ease-spring);border:1px solid transparent}.hero-btn--primary{background:var(--accent);color:#fff;border:none;box-shadow:0 2px 8px #0d948833}.hero-btn--primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 16px #0d948840}.hero-btn--secondary{background:var(--bg-1);border-color:var(--border);color:var(--text)}.hero-btn--secondary:hover{border-color:var(--accent);transform:translateY(-2px)}.stories-view{flex:1;display:flex;flex-direction:column}.stories-content{padding:3rem 2rem;max-width:1100px;margin:0 auto;width:100%}.stories-section{margin-bottom:3rem}.stories-section-title{font-family:var(--font-display);font-size:clamp(1.25rem,2vw + .5rem,1.75rem);font-weight:700;letter-spacing:-.03em;margin:0 0 .4rem;color:var(--text)}.stories-section-subtitle{font-size:.85rem;color:var(--text-dim);margin:0 0 1.5rem}.featured-stories{display:flex;flex-direction:column;gap:1.5rem}.featured-story{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .4s var(--ease-spring);animation:fadeInUp .6s var(--ease-spring) both}.featured-story:hover{border-color:#9b4dff26;transform:translateY(-3px);box-shadow:0 16px 48px #0000004d,0 0 0 1px #9b4dff0f}.featured-story:hover .featured-story-headline{color:var(--accent);transition:color .3s}.featured-story:first-child{border-left:3px solid var(--orange)}.featured-story:nth-child(2){border-left:3px solid var(--green)}.featured-story-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.featured-story-cat{font-size:.75rem;color:var(--text-dim);font-weight:500}.featured-story-status{padding:.2rem .6rem;border-radius:999px;font-size:.6rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.featured-story-body{display:grid;grid-template-columns:1fr 320px;gap:2rem;padding:1.5rem}.featured-story-text{display:flex;flex-direction:column;gap:.75rem}.featured-story-headline{font-family:var(--font-display);font-size:clamp(1.25rem,1.5vw + .5rem,1.75rem);font-weight:700;letter-spacing:-.03em;margin:0;color:var(--text);line-height:1.2}.featured-story-tagline{font-size:.85rem;color:var(--accent);font-weight:600;margin:0;letter-spacing:.01em}.featured-story-narrative{font-size:.9rem;color:var(--text-dim);line-height:1.7;margin:0}.featured-story-quote{margin:.5rem 0 0;padding:1rem 1.25rem;border-left:3px solid var(--accent);background:#0d94880a;border-radius:0 var(--radius) var(--radius) 0}.featured-story-quote p{margin:0 0 .4rem;font-size:.95rem;color:var(--text);font-style:italic;line-height:1.5}.featured-story-quote cite{font-size:.75rem;color:var(--text-muted);font-style:normal}.featured-story-side{display:flex;flex-direction:column;gap:1.5rem}.featured-story-timeline-title{margin:0 0 .75rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600}.featured-story-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.featured-story-meta-item{display:flex;flex-direction:column;align-items:center;gap:.15rem}.featured-story-meta-value{font-size:1rem;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums}.featured-story-meta-label{font-size:.55rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.featured-story-footer{padding:.75rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.featured-story-cta{font-size:.8rem;font-weight:600;color:var(--accent);transition:color .15s}.featured-story:hover .featured-story-cta{color:var(--accent-hover)}.key-moments{display:flex;flex-direction:column;gap:0}.key-moment{display:flex;gap:.75rem;position:relative;padding-bottom:1rem}.key-moment:last-child{padding-bottom:0}.key-moment-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.3rem;z-index:1;border:2px solid var(--bg-1)}.key-moment--positive .key-moment-dot{background:var(--green);box-shadow:0 0 8px #34d3994d}.key-moment--negative .key-moment-dot{background:var(--red);box-shadow:0 0 8px #f871714d}.key-moment--neutral .key-moment-dot{background:var(--accent);box-shadow:0 0 8px #0d94884d}.key-moment-content{display:flex;flex-direction:column;gap:.1rem}.key-moment-date{font-size:.6rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.key-moment-label{font-size:.75rem;color:var(--text-dim);line-height:1.4}.key-moment-line{position:absolute;left:4px;top:14px;bottom:0;width:2px;background:var(--border)}.stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.story-card{background:#0c0c1080;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;cursor:pointer;transition:all .4s var(--ease-spring);display:flex;flex-direction:column;gap:.65rem;animation:fadeInUp .5s var(--ease-spring) both;position:relative;overflow:hidden}.story-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(13,148,136,.2),rgba(52,211,153,.15),transparent);opacity:0;transition:opacity .4s}.story-card:nth-child(1){animation-delay:.1s}.story-card:nth-child(2){animation-delay:.15s}.story-card:nth-child(3){animation-delay:.2s}.story-card:nth-child(4){animation-delay:.25s}.story-card:nth-child(5){animation-delay:.3s}.story-card:nth-child(6){animation-delay:.35s}.story-card:hover{border-color:#0d948826;transform:translateY(-5px);box-shadow:0 20px 56px #00000059,0 0 0 1px #0d94880f;background:#10101699}.story-card:hover .story-card-headline{background:linear-gradient(135deg,var(--text) 60%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-card:hover:after{opacity:1}.story-card-header{display:flex;align-items:center;justify-content:space-between}.story-card-icon{font-size:1.35rem}.story-card-status{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.story-card-headline{font-family:var(--font-display);margin:0;font-size:1.1rem;font-weight:700;letter-spacing:-.025em;color:var(--text);line-height:1.25}.story-card-tagline{margin:0;font-size:.78rem;color:var(--accent);font-weight:600}.story-card-narrative{margin:0;font-size:.82rem;color:var(--text-dim);line-height:1.65;flex:1}.story-card-quote{margin:0;padding:.7rem 1rem;border-left:2px solid var(--accent);background:#0d94880a;border-radius:0 var(--radius) var(--radius) 0}.story-card-quote p{margin:0 0 .25rem;font-size:.82rem;color:var(--text);font-style:italic;line-height:1.45}.story-card-quote cite{font-size:.65rem;color:var(--text-muted);font-style:normal}.story-card-footer{display:flex;justify-content:space-between;padding-top:.6rem;border-top:1px solid var(--border)}.story-card-budget{font-size:.78rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.story-card-progress{font-size:.78rem;font-weight:600;color:var(--text-dim)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s var(--ease-out),transform .9s var(--ease-spring)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.glass{background:#0e0e1280;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);border:1px solid var(--border);position:relative}.glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#0d948814,#34d3990d,#0d948808);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s}.glass:hover:before{opacity:1}.glass--strong{background:#08080cb3;backdrop-filter:blur(28px) saturate(1.5);-webkit-backdrop-filter:blur(28px) saturate(1.5)}.glow-accent{box-shadow:0 0 32px #0d94881f,0 0 64px #0d94880a}.glow-accent-hover:hover{box-shadow:0 0 44px #0d948838,0 0 88px #0d948814}.skip-link{position:absolute;top:-100px;left:0;background:var(--accent);color:#fff;padding:.5rem 1rem;z-index:1000;font-size:.85rem;font-weight:600;border-radius:0 0 var(--radius) 0;transition:top .2s}.skip-link:focus{top:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-orb,.map-pin-ring,.map-pin-alert-dot,.map-pin--alert .map-pin-head,.map-pin--live .map-pin-head,.map-pin-badge,.geocam-scan-ring,.geocam-lock-icon,.timeline-item,.featured-story,.story-card,.hero-content,.quick-report-toast{animation:none!important}}.btn--lang{background:var(--bg-2);border-color:var(--border-light);color:var(--text);font-weight:700;font-size:.7rem;padding:.35rem .6rem;min-width:36px;text-align:center}.btn--lang:hover{background:var(--bg-3);border-color:var(--accent)}.pii-notice{font-size:.65rem;color:var(--yellow);text-align:center;margin:0;padding:.3rem .5rem;background:#fbbf2414;border-radius:var(--radius)}.geocam-nearest{padding:.5rem .65rem;margin:0 .5rem;background:#34d39914;border:1px solid rgba(52,211,153,.2);border-radius:var(--radius);animation:fadeIn .3s}.geocam-nearest--none{background:#ffffff0a;border-color:var(--border)}.geocam-nearest--none span{font-size:.72rem;color:var(--text-muted)}.geocam-nearest-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}.geocam-nearest-label{font-size:.6rem;color:var(--green);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.geocam-nearest-auto{font-size:.5rem;font-weight:700;color:var(--green);background:#34d39926;padding:.1rem .35rem;border-radius:999px}.geocam-nearest-info{display:flex;flex-direction:column;gap:.1rem}.geocam-nearest-info strong{font-size:.82rem}.geocam-nearest-status{font-size:.65rem;font-weight:600}.geocam-captured{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:captureFlash .6s ease-out}.geocam-captured-icon{font-size:3rem;animation:captureScale .5s ease-out}.geocam-captured span{font-size:.82rem;font-weight:700;color:var(--green)}@keyframes captureFlash{0%{opacity:0}50%{opacity:1}to{opacity:1}}@keyframes captureScale{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.rate-limit-toast{background:var(--red);color:#fff;padding:.4rem .8rem;border-radius:var(--radius);font-size:.72rem;font-weight:600;margin:0 1.1rem .5rem;animation:fadeIn .2s}.comment-form-actions,.report-form-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.anon-checkbox{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--text-dim);cursor:pointer}.anon-checkbox input{accent-color:var(--accent)}.confidence-badge{display:inline-flex;align-items:center;padding:.08rem .35rem;border-radius:999px;font-size:.5rem;font-weight:600;border:1px solid}.proc-status-badge{display:inline-block;padding:.08rem .4rem;border-radius:999px;font-size:.6rem;font-weight:600}.proc-empty{font-size:.72rem;color:var(--text-muted);margin:0}.amendments-list{display:flex;flex-direction:column;gap:.4rem}.amendment-item{padding:.5rem;background:var(--bg-3);border-radius:var(--radius)}.amendment-date{font-size:.6rem;color:var(--text-muted);display:block;margin-bottom:.15rem}.amendment-desc{margin:0;font-size:.72rem;color:var(--text-dim)}.amendment-reason{font-size:.6rem;color:var(--accent)}.milestone-payments-list{display:flex;flex-direction:column;gap:.3rem}.mp-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem .5rem;background:var(--bg-3);border-radius:var(--radius)}.mp-item--withheld{border-left:3px solid var(--yellow)}.mp-item--disbursed{border-left:3px solid var(--green)}.mp-item--pending{border-left:3px solid var(--text-muted)}.mp-info{display:flex;flex-direction:column}.mp-name{font-size:.72rem;font-weight:600}.mp-date{font-size:.55rem;color:var(--text-muted)}.mp-right{display:flex;align-items:center;gap:.5rem}.mp-amount{font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums}.mp-status{font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.08rem .3rem;border-radius:999px}.mp-status--disbursed{background:#34d39926;color:var(--green)}.mp-status--pending{background:#ffffff0f;color:var(--text-muted)}.mp-status--withheld{background:#fbbf2426;color:var(--yellow)}.cost-title,.quality-title,.grievances-title{margin:0 0 .85rem;font-size:.82rem;font-weight:700;letter-spacing:-.01em}.cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.cost-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem}.cost-card h4{margin:0 0 .5rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600}.cost-rows{display:flex;flex-direction:column;gap:.3rem}.cost-row{display:flex;justify-content:space-between;font-size:.72rem}.cost-row span:first-child{color:var(--text-dim)}.cost-big-number{font-size:1.5rem;font-weight:800;color:var(--accent);display:block}.cost-unit{font-size:.65rem;color:var(--text-muted)}.physical-progress-compare{display:flex;flex-direction:column;gap:.5rem}.pp-item{display:flex;align-items:center;gap:.5rem}.pp-label{font-size:.65rem;color:var(--text-dim);min-width:50px}.pp-value{font-size:.72rem;font-weight:600;min-width:36px;text-align:right}.subcontractors-list{display:flex;flex-direction:column;gap:.3rem}.subcontractor-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;background:var(--bg-3);border-radius:var(--radius)}.sc-name{font-size:.72rem;font-weight:600;flex:1}.sc-role{font-size:.6rem;color:var(--text-dim)}.sc-value{font-size:.72rem;font-weight:600;color:var(--accent);font-variant-numeric:tabular-nums}.quality-meta{display:flex;gap:1rem;margin-bottom:.85rem;font-size:.72rem;color:var(--text-dim);flex-wrap:wrap}.quality-fields{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem}.quality-field-row{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.qf-name{font-size:.72rem;font-weight:600;min-width:70px}.qf-updated{font-size:.6rem;color:var(--text-muted)}.qf-source{font-size:.6rem;color:var(--text-dim);flex:1}.quality-subtitle{margin:0 0 .5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600}.quality-empty{font-size:.72rem;color:var(--text-muted);margin:0}.audit-trail{display:flex;flex-direction:column;gap:.3rem}.audit-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;background:var(--bg-2);border-radius:var(--radius);font-size:.72rem}.audit-date{font-size:.6rem;color:var(--text-muted);min-width:70px}.audit-field{font-weight:600;min-width:60px}.audit-change{flex:1;color:var(--text-dim)}.audit-change del{color:var(--red);text-decoration:line-through}.audit-change ins{color:var(--green);text-decoration:none}.audit-by{font-size:.6rem;color:var(--text-muted)}.iso-metrics{display:flex;flex-direction:column;gap:.4rem}.iso-metric{display:flex;justify-content:space-between;font-size:.78rem}.iso-metric-label{color:var(--text-dim)}.iso-metric-value{font-weight:600;font-variant-numeric:tabular-nums}.iso-dashboard-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.iso-dash-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.65rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.iso-dash-value{font-size:1.1rem;font-weight:800;color:var(--accent);font-variant-numeric:tabular-nums}.iso-dash-label{font-size:.5rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:center}.export-actions{display:flex;gap:.5rem;margin-bottom:.65rem}.api-info{margin-bottom:.5rem}.api-label{font-size:.65rem;color:var(--text-muted);margin:0 0 .2rem}.api-url{font-family:ui-monospace,monospace;font-size:.72rem;color:var(--accent);background:var(--bg-2);padding:.25rem .5rem;border-radius:var(--radius);display:inline-block}.disclosure-info{margin-bottom:.5rem}.disclosure-info p{margin:0;font-size:.72rem;color:var(--text-dim)}.disclosure-next{color:var(--green)!important;font-weight:600}.data-license{font-size:.65rem;color:var(--text-muted);margin:0}.grievance-form{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;background:var(--bg-2);border:1px solid var(--border-light);border-radius:var(--radius);margin-bottom:1rem}.grievance-form-row{display:flex;flex-direction:column;gap:.2rem}.grievance-form-row label{font-size:.7rem;font-weight:600;color:var(--text-dim)}.grievance-form-row select,.grievance-form-row textarea{padding:.4rem .5rem;background:var(--bg-3);border:1px solid var(--border-light);border-radius:var(--radius);color:var(--text);font-size:.78rem;font-family:inherit;outline:none}.grievance-form-row textarea{resize:vertical}.grievance-form-row select:focus,.grievance-form-row textarea:focus{border-color:var(--accent)}.grievance-form-actions{display:flex;align-items:center;justify-content:space-between}.grievance-anon-label{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--text-dim);cursor:pointer}.grievance-anon-label input{accent-color:var(--accent)}.grievance-toast{background:var(--green);color:#000;padding:.4rem .8rem;border-radius:var(--radius);font-size:.72rem;font-weight:600;animation:fadeIn .2s}.grievances-list{display:flex;flex-direction:column;gap:.5rem}.grievance-card{padding:.65rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.grievance-card--escalated{border-left:3px solid var(--red)}.grievance-card--under_review{border-left:3px solid var(--yellow)}.grievance-card--submitted{border-left:3px solid var(--accent)}.grievance-card--resolved{border-left:3px solid var(--green)}.grievance-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem;flex-wrap:wrap}.grievance-type-badge{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent)}.grievance-status-badge{font-size:.5rem;font-weight:600;padding:.08rem .3rem;border-radius:999px}.grievance-date{font-size:.6rem;color:var(--text-muted);margin-left:auto}.grievance-desc{margin:0;font-size:.78rem;color:var(--text-dim);line-height:1.5}.grievance-response{margin:.4rem 0 0;font-size:.72rem;color:var(--text-dim);padding:.4rem;background:var(--bg-3);border-radius:var(--radius)}.map-controls{position:absolute;bottom:1.5rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.25rem;background:#fff;border:none;border-radius:12px;padding:.3rem;box-shadow:0 4px 20px #0000001a,0 1px 4px #0000000d}.map-ctrl-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:var(--radius);color:#1a1d26;font-size:1.2rem;cursor:pointer;transition:all .2s var(--ease-spring);position:relative;box-shadow:0 2px 8px #00000014}.map-ctrl-btn:hover{background:#f0f4ff;transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.map-ctrl-btn:active{transform:scale(.95)}.map-ctrl-btn--active{background:#0d9488;color:#fff;box-shadow:0 2px 12px #4a90e24d}.map-ctrl-btn--active:hover{background:#3a7bd5;color:#fff}.map-ctrl-btn--geocam{font-size:1.1rem;background:#0d9488;color:#fff}.map-ctrl-btn--geocam:hover{background:#3a7bd5}.map-ctrl-divider{height:1px;background:#0000000f;margin:.15rem 4px}.photo-tooltip{display:flex;flex-direction:column;gap:.15rem}.photo-tooltip strong{font-size:.72rem;color:#1a1d26}.photo-tooltip span{font-size:.6rem;color:#8e99a4}.photo-tooltip-gps{color:#00c853;font-family:ui-monospace,monospace;font-size:.55rem}.map-popup-visual{min-width:280px;padding:16px}.popup-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}.popup-progress-ring{position:relative;flex-shrink:0}.popup-pct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#1a1d26}.popup-info{display:flex;flex-direction:column;gap:3px;min-width:0}.popup-name{font-size:.9rem;font-weight:700;line-height:1.25;color:#1a1d26}.popup-category{font-size:.7rem;color:#8e99a4}.popup-status{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 10px;border-radius:999px;display:inline-block;width:fit-content;background:#f0f2f5}.popup-budget{font-size:.8rem;font-weight:700;color:#0d9488;font-variant-numeric:tabular-nums}.popup-photo-grid{display:flex;gap:6px;margin-bottom:10px}.popup-photo-thumb{flex:1;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#f0f2f5}.popup-thumb-icon{font-size:1.2rem}.popup-thumb-gps{position:absolute;top:4px;right:4px;font-size:.5rem;font-weight:700;color:#fff;background:#00c853;padding:1px 5px;border-radius:999px}.popup-photo-preview{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;margin-bottom:10px;background:#f8f9fc;border-radius:10px;border-left:3px solid #0d9488}.popup-photo-icon{font-size:1rem;flex-shrink:0}.popup-photo-thumb{width:56px;height:42px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--bg-3)}.popup-photo-thumb img{width:100%;height:100%;object-fit:cover}.popup-photo-info{display:flex;flex-direction:column;gap:2px;min-width:0}.popup-photo-caption{font-size:.72rem;color:#5a6677;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-photo-date{font-size:.6rem;color:#b0b8c4}.popup-footer{display:flex;gap:12px;font-size:.65rem;color:#8e99a4;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.popup-qr{color:#ff6d00;font-weight:600}.map-pin--live .map-pin-head{animation:livePulse 1.8s ease-in-out infinite}@keyframes livePulse{0%,to{box-shadow:0 0 #00c85359,0 2px 8px #00000026}50%{box-shadow:0 0 0 12px #00c85300,0 2px 8px #00000026}}.map-pin-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 4px;background:#ff6d00;color:#fff;font-size:.55rem;font-weight:800;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;z-index:2;animation:badgePop .3s var(--ease-spring)}@keyframes badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.qr-tooltip{display:flex;flex-direction:column;gap:6px}.qr-tooltip strong{font-size:.75rem;color:#1a1d26}.still-there-btn{padding:6px 14px;font-size:.68rem;font-weight:700;background:#ff6d00;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.still-there-btn:hover{background:#e65100;transform:scale(1.03)}.still-there-btn--confirmed{background:#00c853;color:#fff;cursor:default}.cz-tooltip{display:flex;flex-direction:column;gap:.15rem}.cz-tooltip strong{font-size:.72rem;color:#1a1d26}.cz-tooltip span{font-size:.6rem;color:#8e99a4}.layer-panel{position:absolute;top:.5rem;right:3.5rem;z-index:1001;width:260px;max-height:calc(100% - 1rem);background:#fff;border:none;border-radius:16px;box-shadow:0 4px 20px #0000001a,0 1px 4px #0000000a;overflow-y:auto;display:flex;flex-direction:column}.layer-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.layer-panel-header h3{margin:0;font-size:.85rem;font-weight:700;color:#1a1d26}.layer-panel-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border:none;color:#8e99a4;cursor:pointer;font-size:.75rem;border-radius:50%;transition:all .2s}.layer-panel-close:hover{background:#e8ecf4;color:#1a1d26}.layer-panel-section{padding:8px;display:flex;flex-direction:column;gap:2px}.layer-panel-divider{height:1px;background:#0000000f;margin:0 8px}.layer-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:none;border:none;border-radius:10px;cursor:pointer;transition:all .2s;width:100%;text-align:left}.layer-item:hover{background:#f0f4ff}.layer-item--active{background:#4a90e214}.layer-icon{font-size:.9rem;flex-shrink:0}.layer-label{flex:1;font-size:.75rem;color:#8e99a4;font-weight:500}.layer-item--active .layer-label{color:#1a1d26;font-weight:600}.layer-toggle{width:34px;height:20px;border-radius:999px;flex-shrink:0;background:#dde3ee;border:none;position:relative;transition:all .25s}.layer-toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:all .25s var(--ease-spring);box-shadow:0 1px 3px #0000001f}.layer-toggle--on{background:#0d9488}.layer-toggle--on:after{left:16px}.popup-impact{display:flex;align-items:center;gap:8px;padding:8px 12px;margin:0 16px 12px;background:linear-gradient(135deg,#4a90e21a,#4a90e20a);border:1px solid rgba(74,144,226,.15);border-radius:10px}.popup-impact-icon{font-size:.85rem}.popup-impact-text{font-size:.7rem;color:#0d9488;font-weight:600}.cluster-tooltip{display:flex;flex-direction:column;gap:4px}.cluster-tooltip strong{font-size:.8rem;color:#ff6d00}.cluster-tooltip span{font-size:.65rem;color:#8e99a4}.map-pin--planned{opacity:.75}.map-pin-head--planned{background:#f0f2f5!important;border:2.5px dashed #b0b8c4!important}.map-pin-stem--planned{opacity:.3;background:#b0b8c4!important;height:6px}.planned-popup{display:flex;flex-direction:column;gap:4px;min-width:200px;padding:14px}.planned-popup-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.planned-badge{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 10px;background:#4a90e21a;color:#0d9488;border:none;border-radius:999px}.planned-cat{font-size:.7rem;color:#8e99a4}.planned-popup strong{font-size:.85rem;color:#1a1d26}.planned-detail{font-size:.7rem;color:#8e99a4}.share-toast{position:absolute;top:3.5rem;left:50%;transform:translate(-50%);z-index:1001;padding:8px 18px;background:#00c853;color:#fff;font-size:.75rem;font-weight:600;border-radius:12px;box-shadow:0 4px 16px #00c8534d;animation:toastSlide .3s var(--ease-spring)}@keyframes toastSlide{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.area-guide-toggle{position:absolute;top:.5rem;left:.5rem;z-index:1000;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:var(--radius);color:#1a1d26;font-size:1.05rem;cursor:pointer;transition:all .2s var(--ease-spring);box-shadow:0 2px 8px #00000014}.area-guide-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.area-guide{position:absolute;top:3rem;left:.5rem;z-index:1000;width:280px;background:#fff;border:none;border-radius:16px;box-shadow:0 4px 20px #0000001a,0 1px 4px #0000000a;overflow:hidden;animation:guideSlide .3s var(--ease-spring)}@keyframes guideSlide{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.area-guide-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.area-guide-header h3{margin:0;font-size:.85rem;font-weight:700;color:#1a1d26}.area-guide-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border:none;color:#8e99a4;cursor:pointer;font-size:.75rem;border-radius:50%;transition:all .2s}.area-guide-close:hover{background:#e8ecf4;color:#1a1d26}.area-guide-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px}.area-stat{display:flex;flex-direction:column;gap:4px;padding:10px;background:#f8f9fc;border-radius:12px}.area-stat-value{font-size:.95rem;font-weight:800;color:#1a1d26}.area-stat-label{font-size:.6rem;color:#8e99a4;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.area-stat--warn .area-stat-value{color:#ff6d00}.area-guide-project{padding:10px 16px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:4px}.area-guide-label{font-size:.6rem;color:#b0b8c4;text-transform:uppercase;font-weight:600}.area-guide-project strong{font-size:.8rem;color:#1a1d26}.area-guide-detail{font-size:.7rem;color:#8e99a4}.area-guide-reports{padding:10px 16px;border-top:1px solid rgba(0,0,0,.06);font-size:.7rem;color:#ff6d00;font-weight:600}.map-legend-line{display:inline-block;width:18px;height:3px;border-radius:2px}.map-legend-line--closure{background:#ff1744}.map-legend-line--detour{background:#00c853}.map-legend-line--active{background:#ff6d00}.map-legend-item--planned{font-size:.65rem}.photo-feed{padding:1.25rem;max-width:900px;margin:0 auto}.photo-feed-header{margin-bottom:1.25rem}.photo-feed-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.photo-feed-header h2{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:-.02em}.photo-feed-subtitle{margin:.3rem 0 0;font-size:.82rem;color:var(--text-dim)}.photo-feed-immersive{display:flex;flex-direction:column;gap:1.25rem}.photo-feed-hero-card{background:#0a0a0c99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .4s var(--ease-spring);position:relative}.photo-feed-hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#0d948826,#34d39914,#0d94880d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s}.photo-feed-hero-card:hover{border-color:#0d94884d;transform:translateY(-3px);box-shadow:0 12px 40px #00000059,0 0 30px #0d94881a}.photo-feed-hero-card:hover:before{opacity:1}.photo-feed-hero-visual{position:relative;height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden}.photo-feed-hero-bg-icon{font-size:6rem;opacity:.08;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.photo-feed-hero-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.photo-feed-hero-phase-circle{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .2s}.photo-feed-hero-card:hover .photo-feed-hero-phase-circle{transform:scale(1.1)}.photo-feed-hero-phase-circle span{font-size:2rem}.photo-feed-hero-geocam{position:absolute;top:.75rem;right:.75rem;z-index:2}.photo-feed-hero-phase-bar{position:absolute;bottom:0;left:0;right:0;height:4px}.photo-feed-hero-info{padding:1rem 1.25rem}.photo-feed-hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.photo-feed-hero-phase{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.photo-feed-hero-date{font-size:.65rem;color:var(--text-muted)}.photo-feed-hero-caption{font-family:var(--font-display);margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.4;color:var(--text);letter-spacing:-.01em}.photo-feed-hero-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.3rem}.photo-feed-hero-project{font-size:.72rem;color:var(--text-dim);font-weight:500}.photo-feed-hero-status{font-size:.65rem;font-weight:600}.photo-feed-hero-gps{font-size:.6rem;color:var(--green);font-family:ui-monospace,monospace;margin-top:.15rem}.photo-feed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.85rem}.photo-feed-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .2s}.photo-feed-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.photo-feed-visual{position:relative;height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden}.photo-feed-cat-icon{font-size:2.5rem;opacity:.15;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.photo-feed-phase-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.photo-feed-phase-icon span{font-size:1.5rem}.photo-feed-phase-bar{position:absolute;bottom:0;left:0;right:0;height:3px}.photo-feed-geocam{position:absolute;top:.5rem;right:.5rem;z-index:2}.geocam-mini-badge{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .4rem;border-radius:999px;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.55rem;font-weight:600;color:var(--green)}.photo-feed-info{padding:.65rem}.photo-feed-phase{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.photo-feed-caption{margin:0 0 .4rem;font-size:.82rem;font-weight:600;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.photo-feed-meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.photo-feed-project{font-size:.65rem;color:var(--text-dim)}.photo-feed-date{font-size:.6rem;color:var(--text-muted);white-space:nowrap}.photo-feed-gps{font-size:.55rem;color:var(--green);font-family:ui-monospace,monospace;margin-top:.25rem}.btn--geocam-prominent{width:40px;height:40px;padding:0;border-radius:50%;font-size:1.1rem;display:flex;align-items:center;justify-content:center;background:var(--accent);border:none;color:#fff;box-shadow:0 2px 12px #0d948866;transition:all .2s}.btn--geocam-prominent:hover{transform:scale(1.1);box-shadow:0 4px 20px #0d948880}.fab-camera{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;display:flex;align-items:center;gap:.4rem;padding:.7rem 1.2rem .7rem .9rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));border:none;border-radius:999px;color:#fff;font-size:.82rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 4px 20px #0d948880,0 2px 8px #0000004d;transition:all .3s var(--ease-spring);position:relative;overflow:hidden}.fab-camera:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s var(--ease-spring)}.fab-camera:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0d948899,0 4px 12px #0000004d}.fab-camera:hover:before{transform:translate(100%)}.fab-camera:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 28px #0d948899,0 4px 12px #0000004d}.fab-camera:active{transform:scale(.95)}.fab-camera-icon{font-size:1.2rem}.fab-camera-label{letter-spacing:.02em}@media(max-width:640px){.fab-camera{bottom:1rem;right:1rem;padding:.6rem}.fab-camera-label,.btn--geocam-prominent{display:none}}.briefing{padding:1.25rem;max-width:800px;margin:0 auto}.briefing-header{margin-bottom:1.5rem}.briefing-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.briefing-header h2{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:-.02em}.briefing-subtitle{margin:.3rem 0 0;font-size:.82rem;color:var(--text-dim)}.streak-badge{display:flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:999px;background:#f973161f;border:1px solid rgba(249,115,22,.3);font-size:.78rem;font-weight:700;color:var(--orange)}.streak-count{font-size:1.1rem;font-weight:800}.briefing-badges{display:flex;align-items:center;gap:.5rem}.notification-badge{display:flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:999px;background:#8b5cf61f;border:1px solid rgba(139,92,246,.3);font-size:.78rem;font-weight:700;color:var(--accent);animation:pulse 2s infinite}.notif-count{font-size:1.1rem;font-weight:800}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.briefing-section{margin-bottom:1.5rem}.briefing-section-title{margin:0 0 .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.briefing-empty{font-size:.82rem;color:var(--text-muted);margin:0;padding:1rem;text-align:center;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}.quick-action-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.15rem .6rem;background:#0e0e1280;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all .35s var(--ease-spring);position:relative;overflow:hidden}.quick-action-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#0d948800,#0d948800);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:background .35s}.quick-action-card:hover{background:#14141a99;border-color:transparent;transform:translateY(-4px);box-shadow:0 10px 36px #00000059}.quick-action-card:hover:before{background:linear-gradient(135deg,#0d94884d,#34d39926)}.qa-icon{font-size:1.6rem;transition:transform .3s var(--ease-spring)}.quick-action-card:hover .qa-icon{transform:scale(1.15) rotate(-3deg)}.qa-label{font-size:.72rem;font-weight:600;color:var(--text-dim);text-align:center;transition:color .25s}.quick-action-card:hover .qa-label{color:var(--text)}.activity-summary{display:flex;flex-wrap:wrap;gap:.5rem}.activity-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .65rem;background:var(--bg-2);border:1px solid var(--border);border-radius:999px;font-size:.78rem;font-weight:600;color:var(--text)}.activity-feed{display:flex;flex-direction:column;gap:.35rem}.activity-item{display:flex;align-items:flex-start;gap:.5rem;padding:.55rem .65rem;background:#11111466;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .2s,border-color .2s,transform .2s var(--ease-spring)}.activity-item:hover{background:#1a1a1f80;border-color:var(--border-light);transform:translate(2px);box-shadow:0 4px 16px #0003}.activity-icon{font-size:1rem;flex-shrink:0;margin-top:.1rem}.activity-content{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.activity-project{font-size:.72rem;font-weight:700;color:var(--accent)}.activity-text{font-size:.78rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-date{font-size:.6rem;color:var(--text-muted);flex-shrink:0;white-space:nowrap}.following-list{display:flex;flex-direction:column;gap:.35rem}.following-card{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.55rem .65rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .2s var(--ease-spring),box-shadow .2s}.following-card:hover{background:var(--bg-3);transform:translate(2px);box-shadow:0 4px 16px #00000026}.following-info{display:flex;flex-direction:column;gap:.1rem}.following-name{font-size:.78rem;font-weight:600}.following-status{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.following-progress{display:flex;align-items:center;gap:.4rem;min-width:100px}.following-pct{font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums}.briefing-install{margin-top:1rem}.install-card{display:flex;align-items:center;gap:.8rem;padding:1rem;background:var(--bg-2);border:1px solid var(--accent);border-radius:var(--radius-lg);position:relative;overflow:hidden;transition:transform .3s var(--ease-spring),box-shadow .3s}.install-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(13,148,136,.05) 0%,transparent 50%);pointer-events:none}.install-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0d948826}.install-icon{font-size:2rem;transition:transform .3s var(--ease-spring)}.install-card:hover .install-icon{transform:scale(1.1)}.install-text{flex:1}.install-text strong{font-size:.85rem;display:block;margin-bottom:.15rem}.install-text p{margin:0;font-size:.72rem;color:var(--text-dim)}.pulse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}@media(max-width:640px){.pulse-grid{grid-template-columns:1fr}}.pulse-card{padding:.75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .2s var(--ease-spring),box-shadow .2s}.pulse-card:hover{background:var(--bg-3);transform:translateY(-2px);box-shadow:0 8px 24px #0003}.pulse-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.pulse-icon{font-size:1.2rem}.pulse-badge{font-size:.6rem;font-weight:600;padding:.15rem .4rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.pulse-name{font-size:.82rem;font-weight:700;margin:0 0 .15rem;line-height:1.3}.pulse-location{font-size:.68rem;color:var(--text-dim);display:block;margin-bottom:.4rem}.pulse-stats{display:flex;gap:.6rem;margin-bottom:.4rem}.pulse-stat{font-size:.68rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.pulse-progress{display:flex;align-items:center;gap:.4rem}.pulse-pct{font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums;min-width:2.5rem;text-align:right}.nearme-list{display:flex;flex-direction:column;gap:.35rem}.nearme-card{display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .2s var(--ease-spring)}.nearme-card:hover{background:var(--bg-3);transform:translate(2px)}.nearme-icon{font-size:1.2rem;flex-shrink:0}.nearme-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.nearme-name{font-size:.78rem;font-weight:600}.nearme-dist{font-size:.68rem;color:var(--text-dim)}.nearme-progress{min-width:80px}.nearme-enable-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:var(--bg-2);border:1px dashed var(--accent);border-radius:var(--radius);color:var(--accent);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.nearme-enable-btn:hover{background:var(--bg-3);transform:translateY(-1px)}.nearme-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.nearme-follow-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--bg-3);border:1px solid var(--border);cursor:pointer;font-size:.8rem;transition:all .2s}.nearme-follow-btn:hover{border-color:var(--accent);background:var(--accent-dim, rgba(99,102,241,.1));transform:scale(1.1)}.nearme-follow-btn--active{border-color:#ef4444;background:#ef44441a}.briefing-section-desc{font-size:.72rem;color:var(--text-dim);margin:-.3rem 0 .65rem}.detail-community{display:flex;flex-direction:column;gap:1.25rem}.community-ratings-summary{display:flex;align-items:center;justify-content:center;padding:.75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.community-feedback-section{padding-top:1rem;border-top:1px solid var(--border)}.community-feedback-section h3{font-size:.88rem;font-weight:700;margin:0 0 .3rem}.detail-feedback{display:flex;flex-direction:column;gap:.75rem}.detail-info{display:flex;flex-direction:column;gap:1.5rem}.info-section h3{font-size:.82rem;font-weight:700;margin:0 0 .65rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.onboarding-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease}.onboarding-modal{width:90%;max-width:440px;padding:2rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);animation:slideUp .4s var(--ease-spring)}.onboarding-header{text-align:center;margin-bottom:1.5rem}.onboarding-header h2{font-size:1.3rem;font-weight:800;margin:0 0 .3rem}.onboarding-header p{font-size:.85rem;color:var(--text-dim);margin:0}.onboarding-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.onboarding-step{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-3);border-radius:var(--radius)}.onboarding-icon{font-size:1.5rem;flex-shrink:0}.onboarding-step p{margin:0;font-size:.82rem;color:var(--text-dim)}.onboarding-region{margin-bottom:1.5rem}.onboarding-region label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em}.onboarding-region select{width:100%;padding:.65rem .75rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.85rem;font-family:inherit}.onboarding-actions{display:flex;flex-direction:column;gap:.5rem}.onboarding-actions .btn{width:100%;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.region-selector{display:flex;flex-direction:column;gap:.5rem;padding:.65rem .75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.region-selector-top{display:flex;align-items:center;gap:.5rem}.region-label{font-size:.78rem;font-weight:600;white-space:nowrap}.region-detected-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.1rem .5rem;border-radius:999px;font-size:.6rem;font-weight:700;letter-spacing:.04em;background:color-mix(in srgb,var(--green) 12%,var(--bg-3));color:var(--green)}.region-selector-row{display:flex;gap:.5rem;align-items:center}.region-select{flex:1;padding:.45rem .65rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.78rem;font-family:inherit}.region-detect-btn{padding:.4rem .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-3);color:var(--accent);font-size:.7rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .2s}.region-detect-btn:hover{background:color-mix(in srgb,var(--accent) 10%,var(--bg-3))}.region-detect-btn:disabled{opacity:.5;cursor:not-allowed}.onboarding-region-row{display:flex;gap:.5rem;align-items:center}.onboarding-region-row select{flex:1}.onboarding-region-row .btn{white-space:nowrap}.onboarding-detected{display:block;margin-top:.4rem;font-size:.72rem;font-weight:600;color:var(--green)}.quick-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}@media(max-width:480px){.quick-stats-grid{grid-template-columns:1fr}}.quick-stat-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.qs-icon{font-size:1.5rem;flex-shrink:0}.qs-info{display:flex;flex-direction:column;gap:.1rem}.qs-value{font-size:1rem;font-weight:800;font-variant-numeric:tabular-nums}.qs-label{font-size:.68rem;color:var(--text-dim)}.project-card{position:relative}.project-card-main{display:block;width:100%;text-align:left;cursor:pointer;background:none;border:none;padding:0;color:inherit;font:inherit}.project-card-actions{position:absolute;top:.4rem;right:.4rem;display:flex;gap:.25rem;opacity:0;transition:opacity .15s}.project-card:hover .project-card-actions{opacity:1}.card-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--bg-3);border:1px solid var(--border);cursor:pointer;font-size:.75rem;transition:all .25s var(--ease-spring)}.card-action-btn:hover{background:var(--bg-4);border-color:var(--accent);transform:scale(1.1)}.card-action-btn--following{background:#f8717126;border-color:#f871714d}.filter-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border-radius:999px;background:var(--bg-3);border:1px solid var(--border);color:var(--text-dim);font-size:.7rem;font-weight:600;cursor:pointer;transition:all .25s var(--ease-spring);white-space:nowrap;position:relative;overflow:hidden}.filter-chip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 40%,rgba(13,148,136,.08) 100%);opacity:0;transition:opacity .25s}.filter-chip:hover:before{opacity:1}.filter-chip:hover{background:var(--bg-4);border-color:var(--accent);color:var(--text)}.filter-chip--active{background:var(--accent);border-color:var(--accent);color:#fff}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr}.dash-card--wide{grid-column:span 1}.procurement-grid,.featured-story-body{grid-template-columns:1fr}}@media(max-width:900px){.stats-bar{grid-template-columns:repeat(3,1fr)}.detail-grid{grid-template-columns:1fr}.contractor-header,.contractor-row{grid-template-columns:1.5fr 1fr .5fr .8fr .5fr;font-size:.65rem}.project-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.hero-title{font-size:2.5rem}.hero-stats{gap:1.5rem}.hero-stat-value{font-size:1.4rem}.stories-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.photo-feed-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.photo-feed-hero-visual{height:220px}}@media(max-width:640px){.header{padding:.45rem .85rem;flex-wrap:wrap;gap:.4rem}.app{padding-top:96px}.header-subtitle{display:none}.header-nav{order:3;width:100%;display:flex;justify-content:space-around;gap:0;padding:.15rem 0}.nav-btn{white-space:nowrap;font-size:1.1rem;padding:.35rem 0;flex:1;justify-content:center;gap:0}.nav-label{display:none}.stats-bar{grid-template-columns:repeat(2,1fr)}.fullscreen-map{min-height:300px}.detail-modal{max-height:95vh}.detail-hero{flex-direction:column}.detail-hero-status{flex-direction:row;align-items:center}.detail-alerts-strip{flex-direction:column}.photo-feed-grid{grid-template-columns:1fr}.photo-feed-visual{height:100px}.photo-feed-hero-visual{height:180px}.photo-feed-hero-phase-circle{width:60px;height:60px}.photo-feed-hero-phase-circle span{font-size:1.5rem}.photo-feed-hero-caption{font-size:.9rem}.photo-feed-hero-info{padding:.75rem 1rem}.photo-timeline-grid{grid-template-columns:1fr}.quick-report-bar{flex-wrap:wrap}.comparison-pair{flex-direction:column}.comparison-arrow{transform:rotate(90deg)}.contractor-header,.contractor-row{grid-template-columns:1fr .8fr}.contractor-header span:nth-child(3),.contractor-header span:nth-child(4),.contractor-header span:nth-child(5),.contractor-row span:nth-child(3),.contractor-row span:nth-child(4),.contractor-row span:nth-child(5){display:none}.rating-row{flex-direction:column;align-items:stretch}.rating-bar-wrap{min-width:unset}.project-list{grid-template-columns:1fr}.bottom-sidebar-header{flex-direction:column;align-items:stretch}.bottom-sidebar-filters{flex-wrap:wrap}.map-controls{top:.5rem;right:.5rem}.hero{min-height:60vh}.hero-content{padding:2rem 1.25rem}.hero-title{font-size:2rem}.hero-tagline{font-size:1rem}.hero-stats{flex-direction:column;gap:1rem}.hero-stat-divider{width:40px;height:1px}.hero-actions{flex-direction:column}.hero-btn{width:100%;text-align:center}.stories-content{padding:2rem 1rem}.featured-story-body{padding:1rem}.featured-story-headline{font-size:1.2rem}.stories-grid{grid-template-columns:1fr}}.ig-feed{flex:1;display:flex;flex-direction:column;max-width:520px;margin:0 auto;width:100%;padding-bottom:2rem}.ig-filter-bar{display:flex;gap:.4rem;padding:.75rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;border-bottom:1px solid var(--border);background:var(--bg-1);position:sticky;top:0;z-index:50}.ig-filter-bar::-webkit-scrollbar{display:none}.ig-filter-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-2);color:var(--text-dim);font-size:.7rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s var(--ease-spring);white-space:nowrap;flex-shrink:0}.ig-filter-btn:hover{background:var(--bg-3);color:var(--text)}.ig-filter-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.ig-feed-count{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.75rem;color:var(--text-dim)}.ig-feed-count strong{color:var(--text);font-weight:700}.ig-filter-label{font-size:.65rem;color:var(--accent);font-weight:600}.ig-feed-list{display:flex;flex-direction:column}.ig-card{border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s,border-color .3s;position:relative}.ig-card:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(13,148,136,.2),rgba(52,211,153,.15),transparent);opacity:0;transition:opacity .3s}.ig-card:hover{background:#ffffff04}.ig-card:hover:after{opacity:1}.ig-card-header{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem}.ig-card-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.ig-card-user{flex:1;min-width:0;display:flex;flex-direction:column;gap:.05rem}.ig-card-user strong{font-size:.82rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ig-card-user span{font-size:.65rem;color:var(--text-muted)}.ig-card-phase{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.ig-card-visual{position:relative;width:100%;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden}.ig-card-bg-icon{font-size:5rem;opacity:.08;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ig-card-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.ig-card-phase-circle{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s var(--ease-spring),box-shadow .3s}.ig-card:hover .ig-card-phase-circle{transform:scale(1.1);box-shadow:0 0 24px #0d948833,0 0 48px #0d948814}.ig-card-phase-circle span{font-size:1.8rem}.ig-card-geocam{position:absolute;top:.75rem;right:.75rem;z-index:2}.ig-card-phase-bar{position:absolute;bottom:0;left:0;right:0;height:3px}.ig-card-actions{display:flex;align-items:center;justify-content:space-between;padding:.6rem .85rem .2rem}.ig-card-actions-left{display:flex;gap:.75rem}.ig-action-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.15rem;transition:transform .15s;display:flex;align-items:center;justify-content:center;color:var(--text)}.ig-action-btn:hover{transform:scale(1.15)}.ig-action-btn--liked{animation:likePopIn .3s ease-out}@keyframes likePopIn{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.ig-action-btn--bookmark{margin-left:auto}.ig-card-likes{padding:.1rem 1rem;font-size:.78rem;font-weight:700;color:var(--text)}.ig-card-caption{padding:.2rem 1rem;font-size:.78rem;color:var(--text-dim);line-height:1.5}.ig-card-caption strong{font-family:var(--font-display);color:var(--text);font-weight:700;margin-right:.3rem}.ig-card-comments{display:block;padding:.15rem 1rem;background:none;border:none;font-size:.7rem;color:var(--text-muted);cursor:pointer;font-family:inherit;text-align:left}.ig-card-comments:hover{color:var(--text-dim)}.ig-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.2rem 1rem .75rem}.ig-card-phase-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ig-card-gps{font-size:.6rem;color:var(--green);font-family:ui-monospace,monospace}.ig-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.85rem}.photo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:500;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.photo-overlay-modal{width:100%;max-width:480px;max-height:92vh;background:var(--bg-1);border-radius:var(--radius-lg);overflow-y:auto;display:flex;flex-direction:column;animation:slideUp .35s var(--ease-spring);position:relative;border:1px solid var(--border);box-shadow:0 24px 80px #00000080,0 0 40px #0d948814}.photo-overlay-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#0d94881f,#34d3990f,#0d94880a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.photo-overlay-close{position:absolute;top:.65rem;right:.65rem;z-index:10;width:32px;height:32px;border-radius:50%;background:#0009;border:1px solid var(--border);color:var(--text);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s var(--ease-spring),border-color .2s}.photo-overlay-close:hover{background:#f8717166;transform:scale(1.1);border-color:#f871714d}.photo-overlay-visual{position:relative;width:100%;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.photo-overlay-bg-icon{font-size:6rem;opacity:.08;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.photo-overlay-center{position:relative;z-index:1}.photo-overlay-phase-circle{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-overlay-phase-circle span{font-size:2.2rem}.photo-overlay-geocam{position:absolute;top:.75rem;right:.75rem;z-index:2}.photo-overlay-phase-bar{position:absolute;bottom:0;left:0;right:0;height:4px}.photo-overlay-body{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.photo-overlay-header{display:flex;align-items:center;gap:.6rem}.photo-overlay-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.photo-overlay-user{flex:1;display:flex;flex-direction:column;gap:.05rem}.photo-overlay-user strong{font-size:.88rem}.photo-overlay-user span{font-size:.65rem;color:var(--text-muted);font-weight:600}.photo-overlay-phase-badge{padding:.2rem .6rem;border-radius:999px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.photo-overlay-caption{margin:0;font-size:.88rem;color:var(--text);line-height:1.6}.photo-overlay-progress{display:flex;flex-direction:column;gap:.35rem;padding:.65rem;background:#ffffff08;border-radius:var(--radius);border:1px solid var(--border)}.photo-overlay-progress-header{display:flex;align-items:center;justify-content:space-between}.photo-overlay-progress-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.photo-overlay-progress-pct{font-size:1rem;font-weight:800;color:var(--text);letter-spacing:-.03em}.photo-overlay-progress-track{width:100%;height:6px;background:var(--bg-3);border-radius:999px;overflow:hidden}.photo-overlay-progress-fill{height:100%;border-radius:999px;transition:width .6s ease}.photo-overlay-progress-budget{font-size:.72rem;font-weight:700;color:var(--accent);text-align:right}.photo-overlay-actions{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.photo-action-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.2rem;display:flex;align-items:center;gap:.3rem;color:var(--text-dim);font-family:inherit;transition:transform .15s}.photo-action-btn:hover{transform:scale(1.1)}.photo-action-btn span{font-size:.78rem;font-weight:600}.photo-action-btn--liked{color:var(--red)}.photo-overlay-meta{display:flex;align-items:center;gap:.6rem;font-size:.72rem;color:var(--text-muted)}.photo-overlay-verified{color:var(--green)}.photo-overlay-gps{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.65rem;color:var(--green);font-family:ui-monospace,monospace;padding:.5rem;background:#34d3990f;border-radius:var(--radius);border:1px solid rgba(52,211,153,.15)}.photo-timeline{padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-0)}.photo-timeline-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.6rem;display:flex;align-items:center;gap:.4rem}.photo-timeline-count{font-weight:500;color:var(--text-dim);text-transform:none;letter-spacing:0}.photo-timeline-track{position:relative;height:56px;margin:0 .5rem}.photo-timeline-line{position:absolute;top:14px;left:0;right:0;height:2px;background:var(--bg-3);border-radius:1px}.photo-timeline-node{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.2rem;background:none;border:none;cursor:pointer;padding:0;transition:transform .15s;z-index:2}.photo-timeline-node:hover{transform:translate(-50%) scale(1.15)}.photo-timeline-node--active{z-index:3}.photo-timeline-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-2);border:2px solid var(--border);font-size:.7rem;transition:all .2s;box-shadow:0 1px 4px #0000004d}.photo-timeline-node--active .photo-timeline-dot{width:34px;height:34px;font-size:.85rem;box-shadow:0 0 0 3px #0d94884d,0 2px 8px #0006}.photo-timeline-node--past .photo-timeline-dot{background:var(--bg-3);opacity:.6}.photo-timeline-info{display:flex;flex-direction:column;align-items:center;gap:0}.photo-timeline-date{font-size:.5rem;font-weight:600;color:var(--text-muted)}.photo-timeline-phase{font-size:.45rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.photo-overlay-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:50%;background:#0000008c;border:1px solid rgba(255,255,255,.15);color:var(--text);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s,transform .15s}.photo-overlay-arrow:hover{background:#000000bf;transform:translateY(-50%) scale(1.1)}.photo-overlay-arrow--prev{left:.65rem}.photo-overlay-arrow--next{right:.65rem}@media(max-width:640px){.ig-feed{max-width:100%}.ig-card-visual{aspect-ratio:1 / 1}.photo-overlay-modal{max-width:100%;max-height:100vh;border-radius:0}.photo-overlay-visual{aspect-ratio:1 / 1}.layer-panel{width:200px;right:.5rem;top:.5rem}.area-guide{width:220px;left:.5rem;top:2.5rem}.area-guide-toggle{top:.5rem;left:.5rem;width:32px;height:32px;font-size:.85rem}.map-controls{bottom:1rem;right:.5rem}.map-ctrl-btn{width:32px;height:32px;font-size:.95rem}.map-legend-float{bottom:.4rem;right:.4rem;padding:.3rem .5rem;gap:.3rem}.map-legend-item{font-size:.5rem}.share-toast{top:2.5rem;font-size:.65rem}.popup-impact{padding:.25rem .4rem}.popup-impact-text{font-size:.6rem}.map-pin-badge{min-width:16px;height:16px;font-size:.5rem}}.photo-upload-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.photo-upload-modal{background:var(--bg-1);border-radius:var(--radius-xl);width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-xl);border:1px solid var(--border);overflow:hidden}.photo-upload-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.photo-upload-header h2{font-size:1.1rem;font-weight:700;margin:0}.photo-upload-close{width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-3);color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem}.photo-upload-select{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.photo-upload-dropzone{border:2px dashed var(--border-light);border-radius:var(--radius-lg);padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;position:relative}.photo-upload-dropzone:hover{border-color:var(--accent);background:var(--accent-subtle)}.dropzone-icon{font-size:2.5rem;margin-bottom:.5rem}.dropzone-title{font-weight:600;margin:0 0 .25rem}.dropzone-hint{font-size:.8rem;color:var(--text-dim);margin:0}.dropzone-badge{display:inline-block;margin-top:.5rem;padding:.2rem .6rem;background:var(--accent-glow);color:var(--accent);border-radius:999px;font-size:.7rem;font-weight:600}.photo-upload-options{display:flex;gap:.75rem}.photo-upload-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);cursor:pointer;transition:all .15s;font-size:.8rem;font-weight:500;color:var(--text)}.photo-upload-option:hover{border-color:var(--accent);background:var(--accent-subtle)}.photo-upload-option--camera{background:var(--accent-glow);border-color:var(--accent);color:var(--accent)}.option-icon{font-size:1.4rem}.photo-upload-error{padding:.6rem .8rem;background:#ff174414;color:var(--red);border-radius:var(--radius);font-size:.8rem;border:1px solid rgba(255,23,68,.15)}.photo-upload-processing{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.processing-preview{width:100%;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--bg-3)}.processing-preview img{width:100%;height:100%;object-fit:cover}.processing-steps{display:flex;flex-direction:column;gap:.5rem}.processing-step{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;border-radius:var(--radius);font-size:.8rem;transition:all .2s}.processing-step--pending{color:var(--text-muted)}.processing-step--active{color:var(--accent);background:var(--accent-subtle)}.processing-step--done{color:var(--green)}.processing-step--error{color:var(--red);background:#ff17440f}.step-indicator{width:20px;text-align:center;flex-shrink:0}.step-label{flex:1;font-weight:500}.step-detail{font-size:.7rem;color:var(--text-dim)}.photo-upload-review{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:70vh}.review-preview{width:100%;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--bg-3);position:relative}.review-preview img{width:100%;height:100%;object-fit:cover}.review-gps-badge{position:absolute;top:.5rem;right:.5rem;padding:.2rem .5rem;background:#00c853e6;color:#fff;border-radius:999px;font-size:.65rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.review-details{display:flex;flex-direction:column;gap:.75rem}.review-section{display:flex;flex-direction:column;gap:.4rem}.review-section h4{font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;margin:0}.review-gps-info{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.gps-coords{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);font-weight:500}.gps-alt{font-size:.75rem;color:var(--text-dim)}.gps-source{font-size:.7rem;padding:.15rem .4rem;background:var(--bg-3);border-radius:999px;color:var(--text-dim)}.gps-none{font-size:.8rem;color:var(--text-muted);font-style:italic}.review-manual-location{display:flex;flex-direction:column;gap:.4rem}.manual-hint{font-size:.8rem;color:var(--text-dim);margin:0}.manual-inputs{display:flex;gap:.5rem}.manual-inputs input{flex:1;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);color:var(--text);font-size:.8rem;font-family:var(--font-mono)}.review-nearest-project{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--accent-subtle);border:1px solid var(--border-glow);border-radius:var(--radius)}.nearest-icon{font-size:1.5rem}.nearest-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.nearest-info strong{font-size:.85rem}.nearest-distance{font-size:.7rem;color:var(--accent);font-weight:600}.nearest-status{font-size:.7rem;font-weight:500}.nearest-auto-badge{padding:.2rem .5rem;background:var(--accent);color:#fff;border-radius:999px;font-size:.6rem;font-weight:700;letter-spacing:.05em}.review-no-project{display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:var(--text-dim)}.project-select{padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);color:var(--text);font-size:.8rem}.integrity-checks{display:flex;flex-direction:column;gap:.35rem}.integrity-check{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:var(--radius);font-size:.78rem}.integrity-check.check-pass{background:#00c8530f;color:var(--green)}.integrity-check.check-warn{background:#ffab000f;color:var(--yellow)}.integrity-check.check-fail{background:#ff17440f;color:var(--red)}.integrity-check.check-note{background:#7c4dff0f;color:var(--purple)}.check-icon{width:18px;text-align:center;flex-shrink:0}.check-detail{margin-left:auto;font-size:.7rem;color:var(--text-dim)}.review-caption{width:100%;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);color:var(--text);font-size:.85rem;resize:vertical;font-family:inherit}.phase-selector{display:flex;flex-wrap:wrap;gap:.4rem}.phase-option{padding:.3rem .6rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-2);color:var(--text-dim);font-size:.7rem;cursor:pointer;transition:all .15s}.phase-option--active{background:var(--accent);color:#fff;border-color:var(--accent)}.review-ai-warning{display:flex;gap:.75rem;padding:.75rem 1rem;background:#ff6d000f;border:1px solid rgba(255,109,0,.15);border-radius:var(--radius)}.ai-warning-icon{font-size:1.3rem;flex-shrink:0}.ai-warning-text{display:flex;flex-direction:column;gap:.2rem}.ai-warning-text strong{font-size:.8rem;color:var(--orange)}.ai-warning-text p{margin:0;font-size:.75rem;color:var(--text-dim)}.review-actions{display:flex;gap:.75rem;padding-top:.5rem}.review-actions .btn{flex:1}.photo-upload-submitting{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.submitting-spinner{width:36px;height:36px;border:3px solid var(--bg-3);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.portal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.portal-modal{background:var(--bg-1);border-radius:var(--radius-xl);width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-xl);border:1px solid var(--border);overflow:hidden}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.portal-header-info{display:flex;align-items:center;gap:.75rem}.portal-logo{font-size:2rem}.portal-header-info h2{font-size:1rem;font-weight:700;margin:0}.portal-org-type{font-size:.75rem;color:var(--text-dim);display:flex;align-items:center;gap:.4rem}.portal-verified-badge{display:inline-flex;align-items:center;gap:.2rem;padding:.1rem .4rem;background:#00c8531a;color:var(--green);border-radius:999px;font-size:.65rem;font-weight:600}.portal-close{width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-3);color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center}.portal-tabs{display:flex;border-bottom:1px solid var(--border);padding:0 1rem;overflow-x:auto;gap:0}.portal-tab{padding:.6rem 1rem;border:none;background:none;color:var(--text-dim);font-size:.8rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap}.portal-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.portal-tab:hover{color:var(--text)}.portal-body{flex:1;overflow-y:auto;padding:1.25rem}.portal-overview{display:flex;flex-direction:column;gap:1.25rem}.portal-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.portal-stat-card{display:flex;flex-direction:column;gap:.2rem;padding:.75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.portal-stat-value{font-size:1.4rem;font-weight:700}.portal-stat-label{font-size:.65rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em}.portal-stat-card--good .portal-stat-value{color:var(--green)}.portal-stat-card--warn .portal-stat-value{color:var(--yellow)}.portal-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.portal-action-card{display:flex;flex-direction:column;gap:.4rem;padding:1rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .15s;text-align:left;color:var(--text)}.portal-action-card:hover{border-color:var(--accent);background:var(--accent-subtle)}.action-icon{font-size:1.5rem}.action-title{font-weight:600;font-size:.85rem}.action-desc{font-size:.7rem;color:var(--text-dim)}.portal-org-info{display:flex;flex-direction:column;gap:.5rem}.portal-org-info h3{font-size:.85rem;font-weight:600;margin:0}.org-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.org-info-row{display:flex;justify-content:space-between;padding:.4rem .6rem;background:var(--bg-2);border-radius:var(--radius);font-size:.78rem}.org-info-row span:first-child{color:var(--text-dim)}.portal-upload{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;padding:2rem 1rem}.portal-upload-intro h3{font-size:1.1rem;font-weight:700;margin:0 0 .4rem}.portal-upload-intro p{font-size:.85rem;color:var(--text-dim);margin:0;max-width:400px}.portal-batch{display:flex;flex-direction:column;gap:1rem}.batch-header h3{font-size:1rem;font-weight:700;margin:0 0 .3rem}.batch-header p{font-size:.8rem;color:var(--text-dim);margin:0}.batch-dropzone{border:2px dashed var(--border-light);border-radius:var(--radius-lg);padding:2rem;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .15s}.batch-dropzone:hover{border-color:var(--accent);background:var(--accent-subtle)}.batch-icon{font-size:2rem}.batch-list{display:flex;flex-direction:column;gap:.4rem}.batch-list-header{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600}.batch-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.batch-thumb{width:40px;height:40px;border-radius:6px;object-fit:cover;background:var(--bg-3)}.batch-item-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.batch-filename{font-size:.78rem;font-weight:500}.batch-filesize{font-size:.65rem;color:var(--text-dim)}.batch-status{font-size:1rem;width:24px;text-align:center}.batch-item--done .batch-status{color:var(--green)}.batch-item--error .batch-status{color:var(--red)}.batch-item--processing .batch-status{color:var(--accent)}.portal-history h3{font-size:1rem;font-weight:700;margin:0 0 .75rem}.history-list{display:flex;flex-direction:column;gap:.35rem}.history-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;background:var(--bg-2);border-radius:var(--radius)}.history-thumb{width:36px;height:36px;border-radius:6px;background:var(--bg-3);flex-shrink:0}.history-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.history-project{font-size:.8rem;font-weight:500}.history-date{font-size:.65rem;color:var(--text-dim)}.history-status{font-size:.65rem;padding:.15rem .4rem;border-radius:999px;font-weight:500}.history-status--verified{background:#00c8531a;color:var(--green)}.history-status--pending{background:#ffab001a;color:var(--yellow)}.history-status--rejected{background:#ff17441a;color:var(--red)}.portal-members{display:flex;flex-direction:column;gap:.75rem}.members-header{display:flex;justify-content:space-between;align-items:center}.members-header h3{font-size:1rem;font-weight:700;margin:0}.members-count{font-size:.75rem;color:var(--text-dim)}.members-list{display:flex;flex-direction:column;gap:.35rem}.member-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;background:var(--bg-2);border-radius:var(--radius)}.member-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-glow);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.member-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.member-name{font-size:.8rem;font-weight:500}.member-role{font-size:.65rem;color:var(--text-dim)}.member-photos{font-size:.7rem;color:var(--accent);font-weight:500}.portal-org-switcher{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid var(--border);background:var(--bg-2);font-size:.8rem}.portal-org-switcher label{font-weight:500;color:var(--text-dim);white-space:nowrap}.portal-org-switcher select{flex:1;padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-1);font-size:.78rem}.reg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem}.reg-modal{background:var(--bg-1);border-radius:var(--radius-xl);width:100%;max-width:440px;padding:1.5rem;box-shadow:var(--shadow-xl);border:1px solid var(--border)}.reg-modal h3{font-size:1.1rem;font-weight:700;margin:0 0 .3rem}.reg-desc{font-size:.8rem;color:var(--text-dim);margin:0 0 1rem}.reg-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.reg-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:500;color:var(--text-dim)}.reg-form input,.reg-form select{padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);color:var(--text);font-size:.85rem}.reg-actions{display:flex;gap:.75rem}.reg-actions .btn{flex:1}.mod-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.mod-modal{background:var(--bg-1);border-radius:var(--radius-xl);width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-xl);border:1px solid var(--border);overflow:hidden}.mod-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.mod-header h2{font-size:1.1rem;font-weight:700;margin:0}.mod-close{width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-3);color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center}.mod-filters{display:flex;border-bottom:1px solid var(--border);padding:0 1rem;overflow-x:auto}.mod-filter{padding:.5rem .75rem;border:none;background:none;color:var(--text-dim);font-size:.75rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap;display:flex;align-items:center;gap:.3rem}.mod-filter--active{color:var(--accent);border-bottom-color:var(--accent)}.mod-filter-count{font-size:.6rem;padding:.1rem .3rem;background:var(--bg-3);border-radius:999px;color:var(--text-dim)}.mod-filter--active .mod-filter-count{background:var(--accent-glow);color:var(--accent)}.mod-list{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.3rem}.mod-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .15s}.mod-item:hover{border-color:var(--accent);background:var(--accent-subtle)}.mod-item--approved{border-left:3px solid var(--green)}.mod-item--rejected{border-left:3px solid var(--red)}.mod-item--flagged{border-left:3px solid var(--orange)}.mod-item-thumb{width:40px;height:40px;border-radius:6px;overflow:hidden;background:var(--bg-3);flex-shrink:0;display:flex;align-items:center;justify-content:center}.mod-item-thumb img{width:100%;height:100%;object-fit:cover}.mod-thumb-placeholder{font-size:1.2rem}.mod-item-info{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.mod-item-project{font-size:.8rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mod-item-uploader{font-size:.7rem;color:var(--text-dim)}.mod-item-date{font-size:.6rem;color:var(--text-muted)}.mod-item-indicators{display:flex;gap:.25rem;flex-shrink:0}.mod-indicator{font-size:.8rem}.mod-item-trust{display:flex;align-items:center;gap:.4rem;flex-shrink:0;width:60px}.trust-bar{flex:1;height:4px;background:var(--bg-3);border-radius:999px;overflow:hidden}.trust-fill{height:100%;border-radius:999px;transition:width .3s}.trust-value{font-size:.65rem;font-weight:600;color:var(--text-dim);width:20px;text-align:right}.mod-item-status{font-size:1rem;width:24px;text-align:center;flex-shrink:0}.mod-status--approved{color:var(--green)}.mod-status--rejected{color:var(--red)}.mod-status--flagged{color:var(--orange)}.mod-empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.85rem}.mod-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9100;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem}.mod-detail{background:var(--bg-1);border-radius:var(--radius-xl);width:100%;max-width:480px;max-height:85vh;overflow-y:auto;box-shadow:var(--shadow-xl);border:1px solid var(--border);display:flex;flex-direction:column}.mod-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.mod-detail-header h3{font-size:1rem;font-weight:700;margin:0}.mod-detail-header button{background:none;border:none;color:var(--text-dim);cursor:pointer;font-size:1.1rem}.mod-detail-preview{width:100%;aspect-ratio:16/9;background:var(--bg-3);overflow:hidden}.mod-detail-preview img{width:100%;height:100%;object-fit:cover}.mod-detail-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;color:var(--text-muted)}.mod-detail-placeholder span:first-child{font-size:2rem}.mod-detail-info{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.mod-detail-field{display:flex;justify-content:space-between;font-size:.8rem}.field-label{color:var(--text-dim)}.field-value{font-weight:500;text-align:right}.mod-detail-integrity{padding:0 1.25rem 1rem}.mod-detail-integrity h4{font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.integrity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}.integrity-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem;border-radius:var(--radius);font-size:.7rem}.integrity-item.pass{background:#00c8530f;color:var(--green)}.integrity-item.warn{background:#ffab000f;color:var(--yellow)}.integrity-item.fail{background:#ff17440f;color:var(--red)}.integrity-item span:first-child{font-size:1.1rem}.integrity-warning{margin-top:.5rem;padding:.5rem;background:#ff6d000f;border-radius:var(--radius);font-size:.75rem;color:var(--orange)}.integrity-camera-info{margin-top:.4rem;font-size:.7rem;color:var(--text-dim);display:flex;flex-direction:column;gap:.1rem}.mod-detail-trust{padding:0 1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.mod-detail-trust h4{font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;margin:0}.trust-score-large{display:flex;flex-direction:column;align-items:center;gap:.4rem}.trust-ring{width:80px;height:80px;position:relative}.trust-ring svg{width:100%;height:100%}.trust-ring-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}.trust-label{font-size:.75rem;font-weight:500;color:var(--text-dim)}.mod-detail-actions{display:flex;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--border)}.mod-detail-actions .btn{flex:1}.btn--reject{background:#ff174414;color:var(--red);border:1px solid rgba(255,23,68,.2)}.btn--reject:hover{background:#ff174426}.btn--flag{background:#ff6d0014;color:var(--orange);border:1px solid rgba(255,109,0,.2)}.btn--flag:hover{background:#ff6d0026}.btn--approve{background:#00c85314;color:var(--green);border:1px solid rgba(0,200,83,.2)}.btn--approve:hover{background:#00c85326}.btn--success{background:var(--green);color:#fff;border:1px solid transparent}.btn--success:hover{box-shadow:0 4px 16px #00c8534d}.fab-group{position:fixed;bottom:1.5rem;right:1.5rem;z-index:800;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.fab-group .fab-camera{position:static;display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border-radius:999px;box-shadow:var(--shadow-lg);border:none;cursor:pointer;transition:all .2s var(--ease-spring);font-weight:600}.fab--upload{background:var(--accent);color:#fff}.fab--upload:hover{background:var(--accent-hover);transform:scale(1.05)}.fab--portal{background:var(--bg-1);color:var(--text);border:1px solid var(--border)!important}.fab--portal:hover{border-color:var(--accent)!important;background:var(--accent-subtle)}.fab--moderation{background:var(--bg-1);color:var(--text);border:1px solid var(--border)!important}.fab--moderation:hover{border-color:var(--orange)!important;background:#ff6d000f}.fab-camera-icon{font-size:1.1rem}.fab-camera-label{font-size:.75rem}.pii-notice{font-size:.7rem;color:var(--text-dim);background:var(--bg-2);padding:.5rem .75rem;border-radius:var(--radius);border:1px solid var(--border);margin:0;line-height:1.4}.btn--lg{padding:.75rem 1.5rem;font-size:.95rem}.btn--sm{padding:.3rem .6rem;font-size:.75rem}
