:root{--color-primary: #2d5a3d;--color-primary-light: #3e7b55;--color-primary-dark: #1e3a29;--color-secondary: #8b6f47;--color-secondary-light: #a58863;--color-secondary-dark: #6b5435;--color-accent: #4682b4;--color-accent-light: #5e9fd5;--color-accent-dark: #357298;--color-success: #2d5a3d;--color-warning: #d4a574;--color-danger: #c65d00;--color-gray-50: #fafaf9;--color-gray-100: #f5f5f4;--color-gray-200: #e7e5e4;--color-gray-300: #d6d3d1;--color-gray-400: #a8a29e;--color-gray-500: #78716c;--color-gray-600: #57534e;--color-gray-700: #44403c;--color-gray-800: #292524;--color-gray-900: #1c1917}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;color:var(--color-gray-800);background:var(--color-gray-50)}:global(.leaflet-pane){z-index:1!important}:global(.leaflet-tile-pane){z-index:1!important}:global(.leaflet-shadow-pane){z-index:2!important}:global(.leaflet-overlay-pane){z-index:3!important}:global(.leaflet-marker-pane){z-index:4!important}:global(.leaflet-tooltip-pane){z-index:5!important}:global(.leaflet-popup-pane){z-index:6!important}:global(.leaflet-control){z-index:7!important}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-500)}*{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}:focus{outline:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.app.svelte-j889zc{min-height:100vh;display:flex;flex-direction:column}.header.svelte-j889zc{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;z-index:100}.header-container.svelte-j889zc{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo.svelte-j889zc{font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none}.nav.svelte-j889zc{display:flex;align-items:center;gap:1.5rem}.nav-link.svelte-j889zc{color:var(--color-gray-600);text-decoration:none;font-weight:500;transition:color .3s}.nav-link.svelte-j889zc:hover{color:var(--color-primary)}.nav-link.primary.svelte-j889zc{background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:8px;transition:background .3s}.nav-link.primary.svelte-j889zc:hover{background:var(--color-primary-dark)}.nav-link.primary.disabled.svelte-j889zc{background:var(--color-gray-200);color:var(--color-gray-400);cursor:not-allowed;display:inline-block}.user-menu.svelte-j889zc{position:relative}.user-avatar.svelte-j889zc{width:36px;height:36px;border-radius:50%;border:none;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.user-avatar.svelte-j889zc:hover{opacity:.9;transform:scale(1.05)}.dropdown-menu.svelte-j889zc{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;overflow:hidden;animation:svelte-j889zc-fadeIn .2s ease-out}@keyframes svelte-j889zc-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header.svelte-j889zc{padding:1rem;background:var(--color-gray-50)}.dropdown-user-name.svelte-j889zc{font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.dropdown-user-email.svelte-j889zc{font-size:.875rem;color:var(--color-gray-600)}.dropdown-divider.svelte-j889zc{height:1px;background:var(--color-gray-200);margin:0}.dropdown-item.svelte-j889zc{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;color:var(--color-gray-700);text-decoration:none;cursor:pointer;transition:background .2s;font-size:.875rem}.dropdown-item.svelte-j889zc:hover{background:var(--color-gray-100);color:var(--color-gray-900)}.dropdown-item.logout.svelte-j889zc{color:var(--color-red-600)}.dropdown-item.logout.svelte-j889zc:hover{background:var(--color-red-50);color:var(--color-red-700)}.logout-form.svelte-j889zc{margin:0}main.svelte-j889zc{flex:1}@media (max-width: 640px){.header-container.svelte-j889zc{padding:.75rem}.nav.svelte-j889zc{gap:.75rem}.dropdown-menu.svelte-j889zc{right:-.5rem}}.announcement-banner.svelte-j889zc{background:var(--color-warning);border-bottom:1px solid var(--color-secondary-light);padding:.75rem 0;background-opacity:.1}.announcement-content.svelte-j889zc{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:.75rem;text-align:center;justify-content:center}.announcement-icon.svelte-j889zc{font-size:1.25rem;flex-shrink:0}.announcement-content.svelte-j889zc p:where(.svelte-j889zc){margin:0;color:var(--color-secondary-dark);font-size:1rem;font-weight:500;line-height:1.5}@media (max-width: 640px){.announcement-content.svelte-j889zc{padding:0 .75rem}.announcement-content.svelte-j889zc p:where(.svelte-j889zc){font-size:.875rem}.announcement-icon.svelte-j889zc{font-size:1rem}}.navigation-progress.svelte-j889zc{position:fixed;top:0;left:0;right:0;height:3px;background:var(--color-gray-200);z-index:200;overflow:hidden}.progress-bar.svelte-j889zc{height:100%;background:var(--color-primary);animation:svelte-j889zc-progress 1s ease-in-out;animation-fill-mode:both}@keyframes svelte-j889zc-progress{0%{width:0%;margin-left:0}50%{width:70%;margin-left:0}to{width:100%;margin-left:0}}
