@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Sora,Space Grotesk,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#fff}html[data-theme=light] body{background-color:#f8fafc;background-image:radial-gradient(circle at 15% 20%,rgba(59,130,246,.12),transparent 45%),radial-gradient(circle at 80% 10%,rgba(14,165,233,.08),transparent 40%),linear-gradient(180deg,#f8fafcd9,#f1f5f9e6);color:#0f172a}html[data-theme=dark] body{background-color:#0b1020;background-image:radial-gradient(circle at 20% 20%,rgba(37,99,235,.25),transparent 45%),radial-gradient(circle at 85% 0%,rgba(14,116,144,.2),transparent 40%),linear-gradient(180deg,#0b1020f2,#0f172afa);color:#f9fafb}html[data-theme=light]{color-scheme:light;--toggle-bg: linear-gradient(135deg, rgba(255, 255, 255, .65), rgba(226, 232, 240, .85));--toggle-border: rgba(15, 23, 42, .12);--toggle-fg: #0F172A;--toggle-shadow: 0 10px 20px rgba(15, 23, 42, .08);--toggle-shadow-hover: 0 14px 28px rgba(15, 23, 42, .12)}html[data-theme=dark]{color-scheme:dark;--toggle-bg: linear-gradient(135deg, rgba(15, 23, 42, .7), rgba(2, 6, 23, .8));--toggle-border: rgba(148, 163, 184, .2);--toggle-fg: #E2E8F0;--toggle-shadow: 0 12px 24px rgba(2, 6, 23, .45);--toggle-shadow-hover: 0 16px 32px rgba(2, 6, 23, .55)}.theme-toggle{position:relative;border-radius:999px;padding:8px;color:var(--toggle-fg);background:var(--toggle-bg);border:1px solid var(--toggle-border);box-shadow:var(--toggle-shadow);background-size:200% 200%;transition:transform .2s ease,box-shadow .2s ease,background-position 1.2s ease;animation:theme-toggle-breathe 4s ease-in-out infinite}.theme-toggle:hover{transform:translateY(-1px) scale(1.05);box-shadow:var(--toggle-shadow-hover)}.theme-toggle:active{transform:translateY(0) scale(.98)}.theme-toggle .MuiSvgIcon-root{transition:transform .3s ease}.theme-toggle:hover .MuiSvgIcon-root{transform:rotate(20deg)}@keyframes theme-toggle-breathe{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}html,body,#root{height:100%;width:100%}#root{animation:page-fade .6s ease both}.reveal{animation:reveal-up .7s ease both}.reveal-1{animation-delay:.05s}.reveal-2{animation-delay:.12s}.reveal-3{animation-delay:.2s}@keyframes page-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){#root,.reveal{animation:none;transform:none}}.map-container{width:100%;height:600px;border-radius:8px;overflow:hidden}.map-container .leaflet-container{height:100%;width:100%}.form-container{max-width:600px;margin:0 auto;padding:20px}.photo-upload-container{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.photo-preview{position:relative;width:150px;height:150px;border-radius:8px;overflow:hidden}.photo-preview img{width:100%;height:100%;object-fit:cover}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.error-message{color:#d32f2f;padding:10px;border-radius:4px;background-color:#ffebee}.success-message{color:#388e3c;padding:10px;border-radius:4px;background-color:#e8f5e9}
