/*!
 * /**
 * * @file client-rspack.js
 * * @description No code generated
 * * --------------------------------------------------------------------------
 * * ⚡ Rspack Client App (Development)
 * * --------------------------------------------------------------------------
 * * • [   client-entry.js ] ──▶ [■ client-rspack.js ] ──▶ [   client-meteor.js ]
 * *
 * * This file is empty because `meteor.mainModule.client` is not set in package.json.
 * *
 * * ⚠️ Note: This file is autogenerated. It is not meant to be modified manually.
 * * These files also act as a cache: they can be safely removed and will be
 * * regenerated on the next build. They should be ignored in IDE suggestions
 * * and version control.
 * * /
 *
 *
 *
 */
._imports_ui_components_Common_Navbar_module_css-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

._imports_ui_components_Common_Navbar_module_css-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: calc(var(--content-max-width) + 300px);
  margin: 0 auto;
  padding: 0 1rem;
  height: 56px;
}

._imports_ui_components_Common_Navbar_module_css-brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}

._imports_ui_components_Common_Navbar_module_css-brand:hover {
  text-decoration: none;
}

._imports_ui_components_Common_Navbar_module_css-links {
  display: flex;
  gap: 0.25rem;
  flex: 1;
}

._imports_ui_components_Common_Navbar_module_css-link {
  padding: 0.375rem 0.75rem;
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

._imports_ui_components_Common_Navbar_module_css-link:hover {
  background: var(--color-bg-secondary);
  color: var(--color-text);
  text-decoration: none;
}

._imports_ui_components_Common_Navbar_module_css-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

._imports_ui_components_Common_Navbar_module_css-userName {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._imports_ui_components_Common_Navbar_module_css-themeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 1rem;
  transition: background 0.15s;
}

._imports_ui_components_Common_Navbar_module_css-themeBtn:hover {
  background: var(--color-bg-secondary);
}

._imports_ui_components_Common_Navbar_module_css-wideActive {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

._imports_ui_components_Common_Navbar_module_css-logoutBtn {
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  color: var(--color-text-secondary);
  font-size: 0.8rem;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}

._imports_ui_components_Common_Navbar_module_css-logoutBtn:hover {
  background: var(--color-danger);
  color: #fff;
  border-color: var(--color-danger);
}

._imports_ui_components_Common_Navbar_module_css-fineBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: var(--color-danger, #ef4444);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  margin-left: 0.35rem;
  vertical-align: middle;
}

._imports_ui_components_Common_Navbar_module_css-menuBtn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 1rem;
  cursor: pointer;
  font-family: inherit;
}

._imports_ui_components_Common_Navbar_module_css-menuBtn:hover {
  background: var(--color-bg-secondary);
}

@media (max-width: 640px) {
  ._imports_ui_components_Common_Navbar_module_css-inner {
    position: relative;
    gap: 0.5rem;
  }
  ._imports_ui_components_Common_Navbar_module_css-menuBtn {
    display: flex;
  }
  ._imports_ui_components_Common_Navbar_module_css-links {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    padding: 0.5rem;
  }
  ._imports_ui_components_Common_Navbar_module_css-linksOpen {
    display: flex;
  }
  ._imports_ui_components_Common_Navbar_module_css-link {
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
  }
  ._imports_ui_components_Common_Navbar_module_css-userName {
    display: none;
  }
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: "Inter", system-ui, -apple-system, sans-serif;
  --content-max-width: 900px;

  --color-bg: #ffffff;
  --color-bg-secondary: #f8f9fa;
  --color-bg-tertiary: #e9ecef;
  --color-surface: #ffffff;
  --color-border: #dee2e6;
  --color-text: #212529;
  --color-text-secondary: #6c757d;
  --color-text-muted: #adb5bd;
  --color-primary: #4361ee;
  --color-primary-hover: #3a56d4;
  --color-danger: #ef476f;
  --color-danger-hover: #d63d5f;
  --color-success: #06d6a0;
  --color-warning: #ffd166;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}

[data-wide="true"] {
  --content-max-width: 1400px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --color-bg: #1a1b26;
    --color-bg-secondary: #24283b;
    --color-bg-tertiary: #414868;
    --color-surface: #24283b;
    --color-border: #414868;
    --color-text: #c0caf5;
    --color-text-secondary: #a9b1d6;
    --color-text-muted: #565f89;
    --color-primary: #7aa2f7;
    --color-primary-hover: #89b4fa;
    --color-danger: #f7768e;
    --color-danger-hover: #ff9e64;
    --color-success: #9ece6a;
    --color-warning: #e0af68;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
  }
}

[data-theme="dark"] {
  --color-bg: #1a1b26;
  --color-bg-secondary: #24283b;
  --color-bg-tertiary: #414868;
  --color-surface: #24283b;
  --color-border: #414868;
  --color-text: #c0caf5;
  --color-text-secondary: #a9b1d6;
  --color-text-muted: #565f89;
  --color-primary: #7aa2f7;
  --color-primary-hover: #89b4fa;
  --color-danger: #f7768e;
  --color-danger-hover: #ff9e64;
  --color-success: #9ece6a;
  --color-warning: #e0af68;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
}

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

html {
  font-size: 16px;
}

body {
  font-family: var(--font-family);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  min-height: 100vh;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}


/*# sourceMappingURL=main.css.map*/