/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@16.0.7_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@18.3.1_react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../node_modules/.pnpm/next@16.0.7_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@18.3.1_react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./styles.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600&display=swap');

:root {
  --tc-ink: #0f172a;
  --tc-muted: rgba(15, 23, 42, 0.6);
  --tc-surface: #ffffff;
  --tc-surface-strong: #f8fafc;
  --tc-border: rgba(15, 23, 42, 0.08);
  --tc-bg: #f8f4ee;
  --tc-bg-gradient: var(--tc-bg);
  --tc-header-bg: rgba(255, 255, 255, 0.92);
  --tc-sider-bg: linear-gradient(180deg, #ffffff 0%, #f5f7fb 55%, #eef2f7 100%);
  --tc-pill-bg: rgba(15, 23, 42, 0.06);
  --tc-pill-border: rgba(15, 23, 42, 0.08);
  --tc-pill-active-bg: #0f172a;
  --tc-pill-active-text: #ffffff;
  --tc-tab-bg: rgba(15, 23, 42, 0.04);
  --tc-tab-active: rgba(15, 23, 42, 0.12);
  --login-bg: radial-gradient(circle at 20% 20%, rgba(244, 63, 94, 0.2), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(251, 146, 60, 0.2), transparent 40%),
    #f8f4ee;
  --login-panel-bg: linear-gradient(135deg, #0f172a, #1e293b);
  --login-panel-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  --login-panel-text: #ffffff;
  --login-panel-muted: rgba(255, 255, 255, 0.8);
  --login-footer-text: rgba(255, 255, 255, 0.75);
  --login-card-border: rgba(15, 23, 42, 0.1);
  --login-card-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  --login-toolbar-bg: rgba(255, 255, 255, 0.92);
  --login-toolbar-border: rgba(15, 23, 42, 0.08);
  color-scheme: light;
  font-smoothing: antialiased;
}

[data-theme='dark'] {
  --tc-ink: #e2e8f0;
  --tc-muted: rgba(226, 232, 240, 0.68);
  --tc-surface: #111827;
  --tc-surface-strong: #0f172a;
  --tc-border: rgba(148, 163, 184, 0.2);
  --tc-bg: #0b1220;
  --tc-bg-gradient: radial-gradient(1200px 600px at 80% -10%, rgba(255, 51, 85, 0.2), transparent 55%),
    radial-gradient(900px 500px at 0% 20%, rgba(84, 111, 255, 0.18), transparent 60%),
    linear-gradient(180deg, #0a0f1d 0%, #070b16 100%);
  --tc-header-bg: rgba(8, 12, 20, 0.92);
  --tc-sider-bg: linear-gradient(180deg, #0a1220 0%, #0b1626 50%, #0d1a2d 100%);
  --tc-pill-bg: rgba(148, 163, 184, 0.14);
  --tc-pill-border: rgba(148, 163, 184, 0.24);
  --tc-pill-active-bg: #e2e8f0;
  --tc-pill-active-text: #0b1220;
  --tc-tab-bg: rgba(148, 163, 184, 0.16);
  --tc-tab-active: rgba(148, 163, 184, 0.28);
  --login-bg: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.16), transparent 45%),
    radial-gradient(circle at 75% 10%, rgba(14, 116, 144, 0.24), transparent 40%),
    #0b1220;
  --login-panel-bg: linear-gradient(135deg, #0b1426, #1f2a44);
  --login-panel-shadow: 0 22px 55px rgba(2, 6, 23, 0.55);
  --login-card-border: rgba(148, 163, 184, 0.18);
  --login-card-shadow: 0 24px 50px rgba(2, 6, 23, 0.45);
  --login-toolbar-bg: rgba(8, 12, 20, 0.92);
  --login-toolbar-border: rgba(148, 163, 184, 0.2);
  color-scheme: dark;
}

[data-theme='green'] {
  --tc-ink: #e8f5ec;
  --tc-muted: rgba(163, 212, 177, 0.75);
  --tc-surface: #0d1f14;
  --tc-surface-strong: #0a1a10;
  --tc-border: rgba(34, 197, 94, 0.18);
  --tc-bg: #06120a;
  --tc-bg-gradient: radial-gradient(1200px 600px at 80% -10%, rgba(22, 163, 74, 0.15), transparent 55%),
    radial-gradient(900px 500px at 0% 20%, rgba(74, 222, 128, 0.1), transparent 60%),
    linear-gradient(180deg, #06120a 0%, #081510 100%);
  --tc-header-bg: rgba(6, 18, 10, 0.92);
  --tc-sider-bg: linear-gradient(180deg, #081510 0%, #0a1a14 50%, #0d1f18 100%);
  --tc-pill-bg: rgba(34, 197, 94, 0.1);
  --tc-pill-border: rgba(34, 197, 94, 0.2);
  --tc-pill-active-bg: rgba(34, 197, 94, 0.18);
  --tc-pill-active-text: #4ade80;
  --tc-tab-bg: rgba(34, 197, 94, 0.08);
  --tc-tab-active: rgba(34, 197, 94, 0.2);
  --login-bg: radial-gradient(circle at 20% 20%, rgba(22, 163, 74, 0.16), transparent 45%),
    radial-gradient(circle at 75% 10%, rgba(74, 222, 128, 0.12), transparent 40%),
    #06120a;
  --login-panel-bg: linear-gradient(135deg, #0a1a10, #142a1c);
  --login-panel-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
  --login-panel-text: #e8f5ec;
  --login-panel-muted: rgba(232, 245, 236, 0.8);
  --login-footer-text: rgba(232, 245, 236, 0.65);
  --login-card-border: rgba(34, 197, 94, 0.18);
  --login-card-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  --login-toolbar-bg: rgba(6, 18, 10, 0.92);
  --login-toolbar-border: rgba(34, 197, 94, 0.18);
  color-scheme: dark;
}

[data-theme='glassmorphism'] {
  --tc-ink: #e1e8ed;
  --tc-muted: rgba(136, 153, 166, 0.85);
  --tc-surface: rgba(15, 23, 31, 0.45);
  --tc-surface-strong: rgba(10, 16, 24, 0.6);
  --tc-border: rgba(38, 208, 206, 0.15);
  --tc-bg: #05080c;
  --tc-bg-gradient: #05080c;
  --tc-header-bg: rgba(5, 8, 12, 0.85);
  --tc-sider-bg: rgba(5, 8, 12, 0.65);
  --tc-pill-bg: rgba(38, 208, 206, 0.08);
  --tc-pill-border: rgba(38, 208, 206, 0.15);
  --tc-pill-active-bg: rgba(38, 208, 206, 0.18);
  --tc-pill-active-text: #26d0ce;
  --tc-tab-bg: rgba(38, 208, 206, 0.06);
  --tc-tab-active: rgba(38, 208, 206, 0.18);
  --tc-neon-cyan: #26d0ce;
  --tc-neon-green: #37efba;
  --tc-glass-bg: rgba(15, 23, 31, 0.45);
  --tc-glass-border: rgba(38, 208, 206, 0.15);
  --tc-glass-glow: 0 0 15px rgba(38, 208, 206, 0.1), inset 0 0 10px rgba(38, 208, 206, 0.05);
  --login-bg: radial-gradient(circle at 20% 30%, rgba(38, 208, 206, 0.12), transparent 45%),
    radial-gradient(circle at 75% 10%, rgba(55, 239, 186, 0.1), transparent 40%),
    #05080c;
  --login-panel-bg: linear-gradient(135deg, rgba(15, 23, 31, 0.7), rgba(10, 16, 24, 0.8));
  --login-panel-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
  --login-card-border: rgba(38, 208, 206, 0.15);
  --login-card-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  --login-toolbar-bg: rgba(5, 8, 12, 0.85);
  --login-toolbar-border: rgba(38, 208, 206, 0.15);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  background: var(--tc-bg-gradient);
  color: var(--tc-ink);
  min-height: 100vh;
}

/* Dark Tech Glassmorphism - Network background */
[data-theme='glassmorphism'] body {
  background: var(--tc-bg) url('/images/techcafe-background.png') center / cover fixed no-repeat;
}

/* Glassmorphism utility classes */
[data-theme='glassmorphism'] .glass-panel {
  background: var(--tc-glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--tc-glass-border);
  border-radius: 12px;
}

[data-theme='glassmorphism'] .neon-border {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

[data-theme='glassmorphism'] .neon-border:hover {
  border-color: rgba(38, 208, 206, 0.4);
  box-shadow: 0 0 15px rgba(38, 208, 206, 0.1), inset 0 0 10px rgba(38, 208, 206, 0.05);
}

/* Glass cards - Ant Design Card override for glassmorphism theme */
[data-theme='glassmorphism'] .ant-card {
  background: var(--tc-glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--tc-glass-border);
  border-radius: 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

[data-theme='glassmorphism'] .ant-card:hover {
  border-color: rgba(38, 208, 206, 0.35);
  box-shadow: 0 0 20px rgba(38, 208, 206, 0.08), inset 0 0 10px rgba(38, 208, 206, 0.03);
}

[data-theme='glassmorphism'] .ant-card-head {
  border-bottom-color: rgba(38, 208, 206, 0.1);
}

/* Glass progress bars */
[data-theme='glassmorphism'] .ant-progress-bg {
  background: linear-gradient(90deg, var(--tc-neon-cyan), var(--tc-neon-green)) !important;
  box-shadow: 0 0 8px rgba(38, 208, 206, 0.4);
}

[data-theme='glassmorphism'] .ant-progress-inner {
  background: rgba(38, 208, 206, 0.08);
}

/* Neon status indicators */
[data-theme='glassmorphism'] .ant-tag-success,
[data-theme='glassmorphism'] .ant-tag-green {
  border-color: rgba(55, 239, 186, 0.3);
  box-shadow: 0 0 6px rgba(55, 239, 186, 0.15);
}

[data-theme='glassmorphism'] .ant-tag-processing,
[data-theme='glassmorphism'] .ant-tag-blue {
  border-color: rgba(38, 208, 206, 0.3);
  box-shadow: 0 0 6px rgba(38, 208, 206, 0.15);
}

/* Notification toast (antd) */
.ant-notification-topRight {
  inset-inline-end: 24px !important;
  margin-inline-end: 0 !important;
}

.ant-notification .ant-notification-notice.tc-notification-toast {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.2);
  border-radius: 8px;
  padding: 8px 10px;
  width: 304px;
}

.ant-notification .ant-notification-notice-wrapper {
  margin-bottom: 8px;
}

.ant-notification .ant-notification-notice.tc-notification-toast .ant-notification-notice-message {
  color: var(--tc-ink);
  font-weight: 600;
  margin-bottom: 1px;
}

.ant-notification .ant-notification-notice.tc-notification-toast .ant-notification-notice-description {
  color: var(--tc-muted);
  font-size: 11px;
}

.ant-notification .ant-notification-notice.tc-notification-toast .ant-notification-notice-close {
  color: var(--tc-muted);
  top: 6px;
  inset-inline-end: 6px;
}

.ant-notification .ant-notification-notice.tc-notification-toast .ant-btn {
  border-radius: 8px;
  border-color: var(--tc-pill-border);
  background: var(--tc-pill-bg);
  color: var(--tc-ink);
  font-size: 11px;
  height: 24px;
  padding: 0 8px;
}

.ant-notification .ant-notification-notice.tc-notification-toast .ant-btn-primary {
  background: var(--tc-pill-active-bg);
  border-color: var(--tc-pill-active-bg);
  color: var(--tc-pill-active-text);
}

@media (max-width: 880px) {
  .ant-notification-topRight {
    inset-inline-end: 12px !important;
  }
}

.menu-grid .menu-filter {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.menu-grid .menu-filter-label {
  font-weight: 500;
}

.menu-grid .menu-filter .ant-input,
.menu-grid .menu-filter .ant-input-number,
.menu-grid .menu-filter .ant-select {
  width: 100%;
}

.menu-grid .menu-filter .ant-select-selector {
  width: 100%;
}

.menu-grid .menu-filter-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
}

.menu-grid .menu-filter .ant-slider {
  margin: 2px 0 0;
  width: 100%;
}

.menu-item-detail-drawer .ant-drawer-body {
  overflow-x: hidden;
}

.menu-recipe-grid .ant-table-thead > tr > th,
.menu-recipe-grid .ant-table-tbody > tr > td {
  padding: 8px 6px;
}

.menu-recipe-grid .ant-table-cell .ant-form-item {
  margin-bottom: 0;
}

.menu-recipe-grid .ant-select,
.menu-recipe-grid .ant-input-number {
  width: 100%;
  min-width: 0;
}

@media (max-width: 720px) {
  .menu-grid .menu-filter-range {
    grid-template-columns: minmax(0, 1fr);
  }

  .menu-item-detail-drawer .ant-drawer-header {
    padding: 12px 16px;
  }

  .menu-recipe-grid .ant-table-thead > tr > th,
  .menu-recipe-grid .ant-table-tbody > tr > td {
    padding: 6px 4px;
  }

  .menu-recipe-grid .ant-btn {
    padding-inline: 6px;
  }
}

[data-sel-id='app-shell'] .ant-layout-sider {
  background: var(--tc-sider-bg);
  border-right: 1px solid var(--tc-border);
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

[data-sel-id='app-shell'] .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
  height: 100%;
}

[data-sel-id='app-shell'] .ant-layout-sider .ant-menu {
  flex: 1 1;
  overflow-y: auto;
  background: transparent;
  color: var(--tc-ink);
}

[data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item,
[data-sel-id='app-shell'] .ant-layout-sider .ant-menu-submenu-title {
  color: var(--tc-ink);
}

[data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected {
  background: var(--tc-pill-active-bg);
  color: var(--tc-pill-active-text);
}

[data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected a {
  color: var(--tc-pill-active-text);
}

[data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item:hover {
  background: var(--tc-pill-bg);
}

.ant-layout {
  background: transparent;
}

/* Glassmorphism placeholder fix */
[data-theme='glassmorphism'] .ant-input::placeholder,
[data-theme='glassmorphism'] .ant-input-affix-wrapper input::placeholder,
[data-theme='glassmorphism'] .ant-input-number-input::placeholder {
  color: rgba(136, 153, 166, 0.6);
}

[data-theme='dark'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected {
  background: rgba(15, 23, 42, 0.8);
  color: #e2e8f0;
}

[data-theme='dark'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected a {
  color: #e2e8f0;
}

[data-theme='green'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected {
  background: rgba(34, 197, 94, 0.12);
  color: #4ade80;
}

[data-theme='green'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected a {
  color: #4ade80;
}

[data-theme='green'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item:hover {
  background: rgba(34, 197, 94, 0.08);
  color: #4ade80;
}

[data-theme='glassmorphism'] [data-sel-id='app-shell'] .ant-layout-sider {
  background: var(--tc-sider-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-right: 1px solid var(--tc-glass-border);
}

[data-theme='glassmorphism'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected {
  background: rgba(38, 208, 206, 0.1);
  color: var(--tc-neon-cyan);
  border-left: 3px solid var(--tc-neon-cyan);
  text-shadow: 0 0 8px rgba(38, 208, 206, 0.4);
}

[data-theme='glassmorphism'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item-selected a {
  color: var(--tc-neon-cyan);
}

[data-theme='glassmorphism'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-item:hover {
  background: rgba(38, 208, 206, 0.06);
  color: var(--tc-neon-cyan);
}

[data-theme='glassmorphism'] [data-sel-id='app-shell'] .ant-layout-sider .ant-menu-submenu-title:hover {
  color: var(--tc-neon-cyan);
}

@media (max-width: 960px) {
  [data-sel-id='app-shell'] .ant-layout-sider .ant-menu {
    font-size: 13px;
  }
}

@media (max-width: 880px) {
  [data-sel-id='app-shell'] .ant-layout-sider {
    display: none;
  }

  [data-sel-id='app-shell'] .ant-layout {
    margin-left: 0;
  }

  [data-sel-id='app-shell'] .ant-layout-content {
    padding: 16px;
  }

  .ant-drawer .ant-menu {
    background: transparent;
  }

  .ant-drawer .ant-menu-item {
    font-size: 14px;
  }
}

.loginRoot {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 32px 32px;
  background: var(--login-bg);
}

.loginRoot[data-login-theme='light'] {
  --login-bg: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.16), transparent 45%),
    radial-gradient(circle at 80% 5%, rgba(45, 212, 191, 0.2), transparent 40%),
    #f3f6fb;
  --login-panel-bg: linear-gradient(135deg, #e7f0ff, #dff7f3);
  --login-panel-shadow: 0 16px 40px rgba(30, 64, 175, 0.12);
  --login-panel-text: #0f172a;
  --login-panel-muted: rgba(15, 23, 42, 0.65);
  --login-footer-text: rgba(15, 23, 42, 0.6);
  --login-card-border: rgba(15, 23, 42, 0.12);
  --login-card-shadow: 0 16px 36px rgba(30, 41, 59, 0.12);
}

.loginRoot[data-login-theme='red'] {
  --login-bg: radial-gradient(circle at 20% 20%, rgba(244, 63, 94, 0.2), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(251, 146, 60, 0.2), transparent 40%),
    #f8f4ee;
  --login-panel-bg: linear-gradient(135deg, #f6c5cf, #f6dccd);
  --login-panel-shadow: 0 18px 44px rgba(185, 28, 28, 0.18);
  --login-panel-text: #3b0d16;
  --login-panel-muted: rgba(59, 13, 22, 0.65);
  --login-footer-text: rgba(59, 13, 22, 0.6);
  --login-card-border: rgba(185, 28, 28, 0.14);
  --login-card-shadow: 0 18px 40px rgba(185, 28, 28, 0.12);
}

.loginRoot[data-login-theme='dark'] {
  --login-bg: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.16), transparent 45%),
    radial-gradient(circle at 75% 10%, rgba(14, 116, 144, 0.24), transparent 40%),
    #0b1220;
  --login-panel-text: #ffffff;
  --login-panel-muted: rgba(255, 255, 255, 0.8);
  --login-footer-text: rgba(255, 255, 255, 0.75);
}

.loginRoot[data-login-theme='green'] {
  --login-bg: radial-gradient(circle at 20% 20%, rgba(22, 163, 74, 0.16), transparent 45%),
    radial-gradient(circle at 75% 10%, rgba(74, 222, 128, 0.12), transparent 40%),
    #06120a;
  --login-panel-bg: linear-gradient(135deg, #0a1a10, #142a1c);
  --login-panel-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
  --login-panel-text: #e8f5ec;
  --login-panel-muted: rgba(232, 245, 236, 0.8);
  --login-footer-text: rgba(232, 245, 236, 0.65);
  --login-card-border: rgba(34, 197, 94, 0.18);
  --login-card-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  --login-toolbar-bg: rgba(6, 18, 10, 0.92);
  --login-toolbar-border: rgba(34, 197, 94, 0.18);
}

.loginRoot[data-login-theme='green'] .loginCard {
  background: rgba(13, 31, 20, 0.85);
  border-color: rgba(34, 197, 94, 0.18);
}

.loginRoot[data-login-theme='green'] .loginBrandPanel h1,
.loginRoot[data-login-theme='green'] .loginTitle {
  color: #e8f5ec;
}

.loginRoot[data-login-theme='green'] .ant-input,
.loginRoot[data-login-theme='green'] .ant-input-password {
  background: rgba(6, 18, 10, 0.6);
  border-color: rgba(34, 197, 94, 0.22);
  color: #e8f5ec;
}

.loginRoot[data-login-theme='green'] .ant-btn-primary {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border: none;
  color: #ffffff;
  font-weight: 600;
}

.loginRoot[data-login-theme='glassmorphism'] {
  --login-bg: transparent;
  --login-panel-bg: rgba(15, 23, 31, 0.55);
  --login-panel-shadow: 0 0 30px rgba(38, 208, 206, 0.06);
  --login-panel-text: #e1e8ed;
  --login-panel-muted: rgba(225, 232, 237, 0.8);
  --login-footer-text: rgba(225, 232, 237, 0.65);
  --login-card-border: rgba(38, 208, 206, 0.15);
  --login-card-shadow: 0 0 30px rgba(38, 208, 206, 0.06);
  --login-toolbar-bg: rgba(5, 8, 12, 0.6);
  --login-toolbar-border: rgba(38, 208, 206, 0.15);
}

.loginRoot[data-login-theme='glassmorphism'] .loginToolbar {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.loginRoot[data-login-theme='glassmorphism'] .loginBrandPanel {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(38, 208, 206, 0.15);
}

.loginRoot[data-login-theme='glassmorphism'] .loginCard {
  background: rgba(15, 23, 31, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.loginRoot[data-login-theme='glassmorphism'] .loginCard .ant-card-body {
  background: transparent;
}

.loginRoot[data-login-theme='glassmorphism'] .loginBrandPanel h1,
.loginRoot[data-login-theme='glassmorphism'] .loginTitle {
  color: #e1e8ed;
}

.loginRoot[data-login-theme='glassmorphism'] .ant-input,
.loginRoot[data-login-theme='glassmorphism'] .ant-input-password {
  background: rgba(5, 8, 12, 0.5);
  border-color: rgba(38, 208, 206, 0.2);
  color: #e1e8ed;
}

.loginRoot[data-login-theme='glassmorphism'] .ant-btn-primary {
  background: linear-gradient(135deg, rgba(38, 208, 206, 0.85), rgba(55, 239, 186, 0.75));
  border: none;
  color: #05080c;
  font-weight: 600;
}

.loginToolbar {
  width: min(1100px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--login-toolbar-bg);
  border: 1px solid var(--login-toolbar-border);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.loginToolbarBrand {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: var(--tc-muted);
}

.loginToolbarBrand strong {
  font-size: 15px;
  color: var(--tc-ink);
}

.loginToolbarActions .ant-select-selector {
  min-width: 110px;
}

.loginShellWrap {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 32px 0 16px;
}

.loginShell {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.loginBrandPanel {
  background: var(--login-panel-bg);
  color: var(--login-panel-text);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--login-panel-shadow);
}

.loginBrandPanel h1 {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  margin: 0 0 12px;
}

.loginBrandPanel p {
  margin: 0;
  color: var(--login-panel-muted);
  line-height: 1.5;
}

.loginCard {
  border-radius: 24px;
  border: 1px solid var(--login-card-border);
  box-shadow: var(--login-card-shadow);
}

.loginCard .ant-card-body {
  padding: 28px;
}

.loginTitle {
  font-family: 'Fraunces', serif;
  text-align: left;
  margin-bottom: 20px;
}

.loginFooter {
  margin-top: 16px;
  color: var(--login-footer-text);
  font-size: 13px;
}

@media (max-width: 880px) {
  .loginShell {
    grid-template-columns: 1fr;
  }

  .loginBrandPanel {
    min-height: 180px;
  }
}

@media (max-width: 720px) {
  .loginToolbar {
    border-radius: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@16.0.7_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@18.3.1_react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../node_modules/.pnpm/next@16.0.7_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@18.3.1_react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!../../node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */

.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;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.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 {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	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;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.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;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	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;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-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:         grabbing;
	}

/* marker & overlays interactivity */
.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; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.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);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.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;
	}

/* zoom control */

.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;
	}


/* layers control */

.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(/_next/static/media/layers.ef6db872.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/_next/static/media/layers-2x.9859cd12.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;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/_next/static/media/marker-icon.d577052a.png);
	}


/* attribution and scale controls */

.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;
	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;
	}


/* popup */

.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;
	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;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.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;
	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: "";
	}

/* Directions */

.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;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@16.0.7_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@18.3.1_react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../node_modules/.pnpm/next@16.0.7_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@18.3.1_react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!../../node_modules/.pnpm/antd@6.1.3_react-dom@18.3.1_react@18.3.1/node_modules/antd/dist/reset.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

