@charset "UTF-8";

/* src/styles.scss */
@media (max-width: 640px) {
  :root {
    --w-bg: #F6F7FD;
    --w-rail-x: 14px;
    --w-gap: 12px;
    --w-radius: 14px;
    --w-border: 1px solid #ECECF1;
    --w-shadow: 0 8px 22px rgba(24,27,50,.08);
    --w-shadow-soft: 0 4px 14px rgba(24,27,50,.06);
    --w-input-h: 44px;
    --w-bottom-nav-h: 64px;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    background: var(--w-bg);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  #w-main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  #w-sidebar {
    display: none !important;
  }
  section#w-content,
  #w-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }
  #w-content > .inner,
  section#w-content > .inner {
    padding: 0 !important;
    margin: 0 !important;
  }
  .page,
  .page-content,
  .wrap,
  [class*=container],
  [class*=layout],
  [class*=shell] {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding-left: var(--w-rail-x) !important;
    padding-right: var(--w-rail-x) !important;
  }
  .wrap {
    padding-left: var(--w-rail-x) !important;
    padding-right: var(--w-rail-x) !important;
    padding-top: 0 !important;
    padding-bottom: calc(var(--w-bottom-nav-h) + 10px + env(safe-area-inset-bottom)) !important;
    height: auto !important;
    overflow: visible !important;
  }
  .wrap > .grid:first-child,
  .wrap > .toolbar:first-child,
  .wrap > .card:first-child,
  .wrap > section:first-child {
    margin-top: 0 !important;
  }
  .topbar,
  .mobile-topbar,
  .header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0 6px 0 !important;
  }
  .bottom-nav,
  .tabbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: max(6px, env(safe-area-inset-bottom)) !important;
    background: #fff;
    box-shadow: 0 -1px 0 #ECECF1;
  }
  .page,
  .page-content {
    padding-bottom: calc(var(--w-bottom-nav-h) + 10px + env(safe-area-inset-bottom)) !important;
  }
  .card,
  .page-card,
  .info-card {
    width: 100%;
    background: #fff;
    border: var(--w-border);
    border-radius: var(--w-radius);
    padding: 14px;
    box-shadow: var(--w-shadow);
    margin: 0 !important;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: var(--w-gap);
    margin: 0 !important;
    justify-content: stretch;
  }
  img,
  svg,
  canvas,
  video {
    max-width: 100% !important;
    height: auto;
    display: block;
  }
  h1 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 8px;
  }
  h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 8px;
  }
  h3 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 6px;
  }
  p {
    margin: 0 0 8px;
  }
  button,
  .btn {
    min-height: var(--w-input-h);
    padding: 12px 16px;
  }
  input,
  select,
  textarea {
    min-height: var(--w-input-h);
  }
  :focus-visible {
    outline: 2px solid rgba(111, 81, 209, 0.35);
    outline-offset: 2px;
    border-radius: 8px;
  }
  .page > .toolbar,
  .page > .filters,
  .page > .card,
  .page > section,
  .page-content > .toolbar,
  .page-content > .card,
  .page-content > section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-content > *:first-child,
  .page > *:first-child,
  .card > *:first-child,
  section > *:first-child {
    margin-top: 0 !important;
  }
  .page-content > *:last-child,
  .page > *:last-child,
  .card > *:last-child,
  section > *:last-child {
    margin-bottom: 0 !important;
  }
}
html {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
:root {
  --w-brand: #6F51D1;
  --w-brand-700: #5C43C2;
  --w-bg: #F6F7FD;
  --w-card: #FFFFFF;
  --w-border: #E9ECF3;
  --w-text: #1F2330;
  --w-muted: #72788C;
  --w-topbar-h: 70px;
  --w-topbar-radius: 14px;
  --w-topbar-margin: 10px;
  --w-sidebar-w: 256px;
  --w-sidebar-radius: 16px;
  --w-gap: 24px;
  --w-pad-x: 10px;
  --w-pad-y: 2px;
  --w-radius-xl: 14px;
  --w-radius-md: 10px;
  --w-shadow: 0 6px 18px rgba(24,27,50,.06);
  --w-shadow-strong: 0 14px 36px rgba(24,27,50,.10);
  --w-input-h: 42px;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: var(--w-bg);
  color: var(--w-text);
}
img {
  max-width: 100%;
  display: block;
}
button {
  font: inherit;
}
html.modal-open,
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}
body.modal-open .weekbar {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-weight: 800;
  letter-spacing: 0.1px;
  font-family: inherit;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3,
h4 {
  font-size: 16px;
}
h5,
h6 {
  font-size: 14px;
}
p,
div,
span,
label,
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}
p {
  margin: 0 0 0.6rem;
  color: var(--w-text);
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 13px;
}
.text-base {
  font-size: 14px;
}
.text-lg {
  font-size: 16px;
}
.text-xl {
  font-size: 18px;
}
.text-2xl {
  font-size: 20px;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.page-card,
.card,
.info-card {
  background: var(--w-card);
  border: 1px solid var(--w-border);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(24, 27, 50, 0.06);
  padding: 16px;
}
@media (max-width: 640px) {
  .page-card,
  .card,
  .info-card {
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .card h3,
  .card h4,
  .info-card h3,
  .info-card h4,
  .card__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .val,
  .value,
  .kpi-value,
  .metric__value {
    font-size: 18px;
  }
  .label,
  .kpi-label,
  .metric__label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .layout,
  .page-grid,
  .grid,
  .cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 16px !important;
    margin: 0 !important;
    align-items: center !important;
  }
  .btn,
  button {
    min-height: 44px;
    padding: 12px 16px;
    font-size: 16px;
  }
  input,
  select,
  textarea {
    min-height: 44px;
    font-size: 16px;
    padding: 12px;
  }
}
.card h3,
.card h4,
.info-card h3,
.info-card h4,
.card__title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 800;
  color: #513E9B;
}
.label,
.kpi-label,
.metric__label {
  font-size: 12px;
  color: #374151;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.4;
}
.label.muted,
.kpi-label.muted,
.metric__label {
  color: #6b7280;
}
.val,
.value,
.kpi-value,
.metric__value {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  font-family: inherit;
  line-height: 1.2;
}
.val small,
.value .unit,
.kpi-value .unit,
.metric__value .unit,
.unit-secondary {
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
  font-family: inherit;
}
.val.muted,
.value.muted {
  color: #374151;
}
.italic-text {
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
  font-family: inherit;
}
.positive {
  color: #179B53;
}
.negative {
  color: #EF4444;
}
.muted {
  color: #6b7280;
  font-family: inherit;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #E8E9F2;
  border-radius: var(--w-radius-md);
  background: #F7F7FE;
  color: var(--w-text);
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.04s;
}
.btn:hover {
  background: #F0EEFF;
  border-color: #E3DFFF;
}
.btn:active {
  transform: translateY(1px);
}
.input {
  height: var(--w-input-h);
  padding: 0 12px;
  border: 1px solid #E2E5F2;
  border-radius: var(--w-radius-md);
  background: #FFF;
  outline: none;
}
.input:focus {
  border-color: #D6D9F3;
  box-shadow: 0 0 0 3px rgba(111, 81, 209, 0.12);
}
@media (max-width: 640px) {
  :root {
    --w-pad-x: 12px;
    --w-pad-y: 10px;
    --w-radius-md: 12px;
    --w-radius-xl: 14px;
    --w-input-h: 40px;
  }
  html,
  body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .page,
  .page-card,
  .card,
  .info-card,
  .wrap,
  .content,
  .page-content,
  [class*=container],
  [class*=layout],
  [class*=shell] {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding-left: var(--w-pad-x) !important;
    padding-right: var(--w-pad-x) !important;
  }
  .page-card,
  .card,
  .info-card {
    border-radius: var(--w-radius-xl);
    padding: 12px;
    box-shadow: 0 6px 18px rgba(24, 27, 50, 0.06);
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin: 0;
    justify-content: stretch;
  }
  img,
  svg,
  canvas {
    max-width: 100% !important;
    height: auto;
  }
  .btn {
    padding: 10px 14px;
    min-height: 44px;
  }
  .input {
    height: var(--w-input-h);
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}

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