@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&family=JetBrains+Mono:wght@400;500&display=swap";

/* src/styles.scss */
:root {
  --color-ocean-blue: #4d8cff;
  --color-sky-blue: #a8d7ff;
  --color-sea-green: #3cc7b6;
  --color-sunshine: #ffc95a;
  --color-coral: #ff6b5e;
  --color-sand: #ffd9a6;
  --color-rock: #6f6a8a;
  --color-ocean-50: #edf4ff;
  --color-ocean-100: #d9e8ff;
  --color-ocean-200: #a8d7ff;
  --color-ocean-300: #7eb4ff;
  --color-ocean-400: #4d8cff;
  --color-ocean-500: #3b78eb;
  --color-ocean-600: #2e62c9;
  --color-ocean-700: #244ea1;
  --color-teal-50: #e7f8f5;
  --color-teal-100: #c3efe8;
  --color-teal-200: #a8e6db;
  --color-teal-300: #6fd8c8;
  --color-teal-400: #3cc7b6;
  --color-teal-500: #2fae9e;
  --color-teal-600: #248c7f;
  --color-warm-50: #fff7e8;
  --color-warm-100: #ffecc4;
  --color-warm-200: #ffd9a6;
  --color-warm-300: #ffc95a;
  --color-warm-400: #ff9a3c;
  --color-warm-500: #f2872a;
  --color-white: #ffffff;
  --color-sand-light: #fff6e6;
  --color-mist: #f2f6fa;
  --color-cloud: #e6eef7;
  --color-stone-light: #d7dce6;
  --color-stone: #a7acc0;
  --color-dust: #8e94a6;
  --color-slate: #6f7488;
  --color-deep-slate: #495068;
  --color-navy: #262b45;
  --color-success: #2ecc71;
  --color-warning: #ffc857;
  --color-error: #ff6b6b;
  --color-info: #4d8cff;
  --color-progress: #8f7cff;
  --color-highlight: #3cc7b6;
  --color-accent: #ff9a3c;
  --color-love: #ff7ea8;
  --color-cat-speaking: #4d8cff;
  --color-cat-listening: #3cc7b6;
  --color-cat-reading: #58cfa8;
  --color-cat-writing: #ffc95a;
  --color-cat-grammar: #ff9a3c;
  --color-cat-vocabulary: #8f7cff;
  --color-cat-pronunciation: #ff7ea8;
  --color-cat-exploration: #5ba8ff;
  --surface-page: #f8fbff;
  --surface-card: #ffffff;
  --surface-muted: var(--color-mist);
  --surface-warm: var(--color-sand-light);
  --surface-sky: var(--color-ocean-50);
  --surface-overlay: rgba(38, 43, 69, 0.45);
  --text-primary: #262b45;
  --text-secondary: #6f7488;
  --text-tertiary: #8e94a6;
  --text-inverse: #ffffff;
  --text-link: #3b78eb;
  --text-on-brand: #ffffff;
  --border-subtle: rgba(73, 80, 104, 0.1);
  --border-default: rgba(73, 80, 104, 0.14);
  --border-strong: rgba(73, 80, 104, 0.22);
  --focus-ring: rgba(77, 140, 255, 0.18);
}
:root {
  --font-display:
    "Manrope",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-body:
    "Nunito Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "SF Mono",
    ui-monospace,
    monospace;
  --text-page-title: 2.25rem;
  --text-section-title: 1.625rem;
  --text-card-title: 1.25rem;
  --text-lg: 1.125rem;
  --text-body: 1rem;
  --text-sm: 0.9375rem;
  --text-label: 0.8125rem;
  --text-helper: 0.8125rem;
  --text-xs: 0.75rem;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extra: 800;
  --leading-tight: 1.2;
  --leading-snug: 1.35;
  --leading-normal: 1.55;
  --leading-relaxed: 1.7;
  --tracking-tight: -0.01em;
  --tracking-label: 0.04em;
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;
  --content-max: 1280px;
  --content-narrow: 720px;
  --card-padding: 24px;
  --card-padding-lg: 32px;
  --sidebar-width: 264px;
  --topbar-height: 68px;
}
:root {
  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-pill: 999px;
  --radius-full: 50%;
  --border-thin: 1px solid rgba(73, 80, 104, 0.1);
  --border-card: 1px solid rgba(73, 80, 104, 0.1);
  --shadow-xs: 0 1px 2px rgba(38, 43, 69, 0.05);
  --shadow-sm: 0 2px 8px rgba(38, 43, 69, 0.06);
  --shadow-card: 0 12px 32px rgba(38, 43, 69, 0.08);
  --shadow-lg: 0 18px 44px rgba(38, 43, 69, 0.12);
  --shadow-brand: 0 12px 28px rgba(77, 140, 255, 0.28);
  --shadow-reward: 0 12px 28px rgba(255, 154, 60, 0.3);
  --shadow-glass: 0 16px 40px rgba(77, 140, 255, 0.12);
  --shadow-focus: 0 0 0 3px rgba(77, 140, 255, 0.18);
  --glass-bg: rgba(255, 255, 255, 0.74);
  --glass-border: 1px solid rgba(255, 255, 255, 0.55);
  --glass-blur: blur(24px);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 140ms;
  --dur-normal: 220ms;
  --dur-slow: 340ms;
}
:root {
  --gradient-ocean-breeze:
    linear-gradient(
      135deg,
      #4d8cff 0%,
      #a8d7ff 100%);
  --gradient-seafoam:
    linear-gradient(
      135deg,
      #3cc7b6 0%,
      #a8e6db 100%);
  --gradient-sunshine:
    linear-gradient(
      135deg,
      #ffc95a 0%,
      #ff9a3c 100%);
  --gradient-twilight:
    linear-gradient(
      135deg,
      #4d8cff 0%,
      #8f7cff 100%);
  --gradient-primary:
    linear-gradient(
      135deg,
      #4d8cff 0%,
      #6f7cff 100%);
  --gradient-coastal-mesh:
    radial-gradient(
      circle at 15% 20%,
      rgba(77, 140, 255, 0.65) 0%,
      transparent 38%),
    radial-gradient(
      circle at 82% 18%,
      rgba(60, 199, 182, 0.48) 0%,
      transparent 34%),
    radial-gradient(
      circle at 70% 78%,
      rgba(255, 201, 90, 0.42) 0%,
      transparent 36%),
    radial-gradient(
      circle at 25% 82%,
      rgba(255, 107, 94, 0.28) 0%,
      transparent 32%),
    #f8fbff;
  --gradient-coastal-mesh-soft:
    radial-gradient(
      circle at 12% 18%,
      rgba(77, 140, 255, 0.22) 0%,
      transparent 40%),
    radial-gradient(
      circle at 85% 15%,
      rgba(60, 199, 182, 0.18) 0%,
      transparent 36%),
    radial-gradient(
      circle at 78% 82%,
      rgba(255, 201, 90, 0.16) 0%,
      transparent 38%),
    #f8fbff;
}
.gradient-ocean-breeze {
  background: var(--gradient-ocean-breeze);
}
.gradient-seafoam {
  background: var(--gradient-seafoam);
}
.gradient-sunshine {
  background: var(--gradient-sunshine);
}
.gradient-twilight {
  background: var(--gradient-twilight);
}
.gradient-primary {
  background: var(--gradient-primary);
}
.gradient-coastal-mesh {
  background: var(--gradient-coastal-mesh);
}
.gradient-coastal-mesh-soft {
  background: var(--gradient-coastal-mesh-soft);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: var(--weight-regular);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background: var(--surface-page);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  color: var(--text-primary);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  font-weight: var(--weight-bold);
}
p {
  text-wrap: pretty;
}
a {
  color: var(--text-link);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}
a:hover {
  color: var(--color-ocean-600);
}
img,
svg {
  max-width: 100%;
}
img {
  height: auto;
  display: block;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}
::selection {
  background: var(--color-ocean-200);
  color: var(--text-primary);
}
.viewtog {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 3px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  background: var(--surface-card);
  box-sizing: border-box;
}
.viewtog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 100%;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text-tertiary);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.viewtog__btn:hover {
  color: var(--text-secondary);
}
.viewtog__btn.is-active {
  background: var(--color-ocean-50);
  color: var(--color-ocean-600);
}
html,
body {
  height: 100%;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 220ms;
  animation-timing-function: ease;
}
::view-transition-old(root) {
  animation-name: page-swap-out;
}
::view-transition-new(root) {
  animation-name: page-swap-in;
}
@keyframes page-swap-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes page-swap-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-10px) scale(1.01);
  }
}
.card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}
.card--lift {
  transition: transform var(--dur-normal) var(--ease-out), box-shadow var(--dur-normal) var(--ease-out);
}
.card--lift:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.card--pad {
  padding: var(--card-padding);
}
.mesh-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-coastal-mesh-soft);
  opacity: 0.6;
  pointer-events: none;
}
.page-title {
  font-family: var(--font-display);
  font-weight: var(--weight-extra);
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}
.section-title {
  font-family: var(--font-display);
  font-weight: var(--weight-extra);
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.card-title {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  font-size: 16px;
  color: var(--text-primary);
}
.muted {
  color: var(--text-secondary);
  font-size: 14px;
}
.hint {
  color: var(--text-tertiary);
  font-size: 12px;
  font-weight: var(--weight-semibold);
}
.truncate {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: var(--weight-bold);
  white-space: nowrap;
  transition:
    filter var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    transform var(--dur-fast) var(--ease-out);
}
.btn:hover:not(:disabled) {
  filter: brightness(1.05);
}
.btn:active:not(:disabled) {
  transform: scale(0.97);
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.btn--sm {
  height: 32px;
  padding: 0 14px;
  font-size: 13px;
}
.btn--md {
  height: 34px;
  padding: 0 16px;
  font-size: 13px;
}
.btn--lg {
  height: 48px;
  padding: 0 24px;
  font-size: 15px;
}
.btn--block {
  width: 100%;
}
.btn--primary {
  background: var(--color-ocean-blue);
  color: var(--text-on-brand);
}
.btn--brand {
  background: var(--gradient-primary);
  color: var(--text-on-brand);
  box-shadow: var(--shadow-brand);
}
.btn--teal {
  background: var(--color-teal-500);
  color: var(--text-on-brand);
}
.btn--coral {
  background: var(--color-coral);
  color: var(--text-on-brand);
}
.btn--violet {
  background: var(--color-progress);
  color: var(--text-on-brand);
}
.btn--reward {
  background: var(--gradient-sunshine);
  color: var(--text-primary);
  box-shadow: var(--shadow-reward);
}
.btn--secondary {
  background: var(--surface-card);
  border: 1px solid var(--border-default);
  color: var(--text-primary);
}
.btn--secondary:hover:not(:disabled) {
  background: var(--color-mist);
  filter: none;
}
.btn--ghost {
  background: transparent;
  color: var(--text-secondary);
}
.btn--ghost:hover:not(:disabled) {
  background: var(--color-mist);
  color: var(--text-primary);
  filter: none;
}
.btn--muted {
  background: var(--color-mist);
  color: var(--text-secondary);
}
.icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  text-decoration: none;
  transition: all var(--dur-fast) var(--ease-out);
}
.icon-btn:hover {
  background: var(--color-mist);
  color: var(--text-primary);
}
.icon-btn.is-active {
  background: var(--color-ocean-50);
  color: var(--color-ocean-600);
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  text-decoration: none;
  color: var(--color-ocean-600);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: var(--weight-bold);
  cursor: pointer;
}
.link-arrow:hover {
  color: var(--color-ocean-700);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: var(--weight-extra);
  white-space: nowrap;
}
.pill--accent {
  background: color-mix(in srgb, var(--accent) 14%, white);
  color: var(--accent);
}
.pill__dot {
  width: 6px;
  height: 6px;
  border-radius: var(--radius-full);
  background: currentColor;
}
.tag {
  display: inline-block;
  padding: 2px 9px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: var(--weight-extra);
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  white-space: nowrap;
  background: color-mix(in srgb, var(--accent, var(--color-ocean-blue)) 12%, white);
  color: var(--accent, var(--color-ocean-blue));
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 5px 11px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: var(--weight-bold);
  white-space: nowrap;
  overflow: hidden;
}
.status-pill--due {
  background: #ffedeb;
  color: var(--color-coral);
}
.status-pill--upcoming {
  background: var(--color-ocean-50);
  color: var(--color-ocean-600);
}
.status-pill--done {
  background: var(--color-teal-50);
  color: var(--color-teal-600);
}
.status-pill--neutral {
  background: var(--color-mist);
  color: var(--text-secondary);
}
.progress {
  height: 7px;
  background: var(--color-cloud);
  border-radius: var(--radius-pill);
  overflow: hidden;
}
.progress--lg {
  height: 8px;
}
.progress__fill {
  height: 100%;
  border-radius: var(--radius-pill);
  background: var(--accent, var(--color-ocean-blue));
  transition: width var(--dur-slow) var(--ease-out);
}
.meta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: var(--weight-bold);
  color: var(--text-tertiary);
}
.meta--reward {
  color: #c98a00;
}
.thumb {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--accent, var(--color-ocean-blue)) 20%, white);
  color: var(--accent, var(--color-ocean-blue));
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field__label {
  font-family: var(--font-display);
  font-size: var(--text-label);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}
.field__hint {
  font-size: var(--text-helper);
  color: var(--text-tertiary);
}
.field__error {
  font-size: var(--text-helper);
  font-weight: var(--weight-semibold);
  color: var(--color-error);
}
.input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  background: var(--surface-card);
  color: var(--text-primary);
  font-size: 15px;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.input::placeholder {
  color: var(--text-tertiary);
}
.input:focus {
  outline: none;
  border-color: var(--color-ocean-300);
  box-shadow: var(--shadow-focus);
}
.input.is-invalid {
  border-color: var(--color-error);
}
textarea.input {
  height: auto;
  min-height: 108px;
  padding: 12px 14px;
  line-height: var(--leading-normal);
  resize: vertical;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.row--between {
  justify-content: space-between;
}
.spacer {
  margin-left: auto;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4);
}
.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;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-stone-light) transparent;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
