:root{--bg-primary:#0b0f19;--bg-surface:#131c2e;--bg-surface-soft:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--primary:#0d9488;--primary-glow:#0d948826;--ve-blue:#1d4ed8;--ve-blue-glow:#1d4ed826;--ve-red:#dc2626;--ve-red-glow:#dc262633;--ve-yellow:#ea580c;--ve-yellow-glow:#ea580c26;--ve-green:#16a34a;--ve-green-glow:#16a34a26;--ve-yellow-glow-strong:#eab30866;--ve-blue-glow-strong:#2563eb59;--ve-red-glow-strong:#dc262659;--border:#ffffff14;--border-focus:#ffffff2e;--shadow-sm:0 2px 8px #00000026;--shadow-md:0 8px 24px #0000004d;--shadow-lg:0 16px 48px #00000080;--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-display:"Bricolage Grotesque", system-ui, -apple-system, sans-serif;font-family:var(--font-sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body.light{--bg-primary:#f8fafc;--bg-surface:#fff;--bg-surface-soft:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#0f172a14;--border-focus:#0f172a2e;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 8px 24px #0000001a;--shadow-lg:0 16px 48px #00000026;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body.light .card,body.light header,body.light nav{background-color:var(--bg-surface);color:var(--text-primary);border-color:var(--border)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-surface-soft);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.glass{-webkit-backdrop-filter:blur(12px);background:#131c2ecc}.tricolor-bar{z-index:1000;background:linear-gradient(90deg,#fc0 0% 33.3%,#00247d 33.3% 66.6%,#cf142b 66.6% 100%);width:100%;height:5px;position:sticky;top:0}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--text-primary);box-shadow:0 4px 12px var(--primary-glow)}.btn-primary:hover{background-color:#0f766e;transform:translateY(-1px)}.btn-secondary{background-color:var(--bg-surface-soft);border-color:var(--border);color:var(--text-primary)}.btn-secondary:hover{border-color:var(--border-focus);background-color:#334155;transform:translateY(-1px)}.btn-danger{background-color:var(--ve-red);color:var(--text-primary);box-shadow:0 4px 12px var(--ve-red-glow)}.btn-danger:hover{background-color:#b91c1c;transform:translateY(-1px)}.btn-warning{background-color:var(--ve-yellow);color:var(--text-primary);box-shadow:0 4px 12px var(--ve-yellow-glow)}.btn-warning:hover{background-color:#c2410c;transform:translateY(-1px)}.btn:active{transform:translateY(1px)}.card{background-color:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:var(--border-focus);box-shadow:var(--shadow-md);transform:translateY(-2px)}.input-group{flex-direction:column;gap:.35rem;margin-bottom:1.15rem;display:flex}.input-label{color:var(--text-primary);letter-spacing:normal;font-size:.85rem;font-weight:700}.input-field{background-color:var(--bg-surface-soft);border:1px solid var(--border);color:var(--text-primary);border-radius:1rem;outline:none;padding:.8rem 1.1rem;font-size:.95rem;transition:all .25s}.input-field:focus{border-color:var(--primary);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--primary-glow)}.select-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.live-pulse{background-color:#10b981;border-radius:50%;width:8px;height:8px;display:inline-block;position:relative}.live-pulse:after{content:"";background-color:#10b981;border-radius:50%;width:100%;height:100%;animation:1.8s ease-in-out infinite pulse;position:absolute;top:0;left:0}@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.leaflet-container{background:var(--bg-primary)!important;font-family:var(--font-sans)!important}.leaflet-popup-content-wrapper,.leaflet-popup-tip{border:1px solid var(--border);background:var(--bg-surface)!important;color:var(--text-primary)!important;box-shadow:var(--shadow-lg)!important;border-radius:.75rem!important}.leaflet-popup-close-button{color:var(--text-secondary)!important}.text-gradient{background:linear-gradient(135deg,#0d9488 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.font-display{font-family:var(--font-display)}.flex-center{justify-content:center;align-items:center;display:flex}.slide-in-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;opacity:0;background-color:#0009;animation:.3s cubic-bezier(.16,1,.3,1) forwards fade-in-overlay;position:fixed;inset:0}.slide-in-modal-content{background-color:var(--bg-surface);border-left:1px solid var(--border);z-index:1101;width:100%;max-width:380px;box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) forwards slide-in-pane;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}@keyframes fade-in-overlay{to{opacity:1}}@keyframes slide-in-pane{to{transform:translate(0)}}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:6px;padding:.25rem 0;display:grid}.gallery-item{aspect-ratio:1;background-color:var(--bg-surface-soft);cursor:pointer;border:1px solid var(--border);border-radius:.5rem;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.gallery-item:hover{z-index:10;border-color:var(--primary);transform:scale(1.02)}.gallery-overlay{background:linear-gradient(#0000 0%,#0b0f1966 40%,#0b0f19f2 100%);flex-direction:column;justify-content:flex-end;padding:.5rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}body.light h1[style*=\#fff],body.light h1[style*=\#ffffff],body.light h1[style*="255, 255, 255"],body.light h1[style*="255,255,255"],body.light h2[style*=\#fff],body.light h2[style*=\#ffffff],body.light h2[style*="255, 255, 255"],body.light h2[style*="255,255,255"],body.light h3[style*=\#fff],body.light h3[style*=\#ffffff],body.light h3[style*="255, 255, 255"],body.light h3[style*="255,255,255"],body.light h4[style*=\#fff],body.light h4[style*=\#ffffff],body.light h4[style*="255, 255, 255"],body.light h4[style*="255,255,255"],body.light h5[style*=\#fff],body.light h5[style*=\#ffffff],body.light h5[style*="255, 255, 255"],body.light h5[style*="255,255,255"],body.light p[style*=\#fff],body.light p[style*=\#ffffff],body.light p[style*="255, 255, 255"],body.light p[style*="255,255,255"],body.light span[style*=\#fff],body.light span[style*=\#ffffff],body.light span[style*="255, 255, 255"],body.light span[style*="255,255,255"],body.light strong[style*=\#fff],body.light strong[style*=\#ffffff],body.light strong[style*="255, 255, 255"],body.light strong[style*="255,255,255"],body.light label[style*=\#fff],body.light label[style*=\#ffffff],body.light label[style*="255, 255, 255"],body.light label[style*="255,255,255"],body.light summary[style*=\#fff],body.light summary[style*=\#ffffff],body.light summary[style*="255, 255, 255"],body.light summary[style*="255,255,255"],body.light div[style*=\#fff],body.light div[style*=\#ffffff],body.light div[style*="255, 255, 255"],body.light div[style*="255,255,255"]{color:var(--text-primary)!important}@media (width>=641px){header.glass,main,nav.hide-scrollbar{max-width:600px!important;margin-left:auto!important;margin-right:auto!important}header.glass{width:100%!important;left:50%!important;transform:translate(-50%)!important}nav.hide-scrollbar{border-left:1px solid var(--border)!important;border-right:1px solid var(--border)!important;border-radius:1.25rem 1.25rem 0 0!important;width:100%!important;left:50%!important;transform:translate(-50%)!important}}
