@charset "UTF-8";:root{color-scheme:light;--color-primary: #1d89ca;--color-primary-hover: #1678b3;--color-primary-foreground: #ffffff;--color-accent: #e08220;--color-accent-hover: #c9741c;--color-accent-foreground: #ffffff;--color-success: #28a10a;--color-danger: #c62828;--color-danger-hover: #b71c1c;--color-warning: #d69a00;--color-background: #f4f6f8;--color-foreground: #1a1d21;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-muted: #f0f2f5;--color-muted-foreground: #5c6570;--color-border: #e2e6ea;--color-border-strong: #c8ced6;--color-link: #1d89ca;--color-success-subtle: #eaf7ef;--color-success-border: #bfe6c9;--color-danger-subtle: #fdecec;--color-danger-border: #f3c2c2;--color-warning-subtle: #fef6e6;--color-warning-border: #f5dda8;--color-focus-ring: #1d89ca;--font-family: "Nunito", system-ui, -apple-system, sans-serif;--text-display: clamp(1.75rem, 4vw, 2.25rem);--text-h1: 1.5rem;--text-h2: 1.125rem;--text-body: .9375rem;--text-sm: .8125rem;--text-label: .8125rem;--text-button: .875rem;--line-height-body: 1.5;--line-height-heading: 1.25;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 80px;--space-10: 96px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--radius-full: 9999px;--shadow-1: 0 1px 2px rgba(0, 0, 0, .06);--shadow-2: 0 4px 12px rgba(0, 0, 0, .08);--shadow-3: 0 8px 24px rgba(0, 0, 0, .12);--shadow-4: 0 16px 48px rgba(0, 0, 0, .16);--container-max: 1200px;--workspace-max: 1600px;--header-height: 56px;--duration-fast: .12s;--duration-normal: .2s;--ease: cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{color-scheme:dark;--color-primary-hover: #3da3db;--color-accent-hover: #f09430;--color-danger: #ef5350;--color-background: #27282b;--color-foreground: #e0e0e0;--color-surface: #27282b;--color-surface-elevated: #353535;--color-muted: #2e2f32;--color-muted-foreground: #a8adb8;--color-border: #454648;--color-border-strong: #5a5c60;--color-link: #5eb8e8;--color-success-subtle: rgba(40, 161, 10, .15);--color-success-border: rgba(40, 161, 10, .4);--color-danger-subtle: rgba(198, 40, 40, .15);--color-danger-border: rgba(198, 40, 40, .4);--color-warning-subtle: rgba(214, 154, 0, .15);--color-warning-border: rgba(214, 154, 0, .4);--shadow-1: 0 1px 2px rgba(0, 0, 0, .3);--shadow-2: 0 4px 12px rgba(0, 0, 0, .35);--shadow-3: 0 8px 24px rgba(0, 0, 0, .4);--shadow-4: 0 16px 48px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;font-family:var(--font-family);font-size:var(--text-body);line-height:var(--line-height-body);color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{line-height:var(--line-height-heading);margin:0}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-4)}.container--workspace{max-width:var(--workspace-max)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.map-container{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-muted)}
