/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }
}

:root {
  --bg: #fff;
  --panel: #fbfbfa;
  --line: #d6d6d2;
  --line-strong: #111;
  --text: #111;
  --muted: #6b6b66;
  --blue: #1b4d8f;
  --blue-tint: #eaf0f8;
  --blue-hover: #153f75;
  --green: #1f7a3d;
  --green-tint: #eaf5ee;
  --red: #b3261e;
  --red-tint: #fbebea;
  --amber: #8a5a12;
  --amber-tint: #f5edcb;
  --purple: #6a3fa0;
  --purple-tint: #f1eaf8;
  --gray-tint: #f1f1ef;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #15171a;
  --panel: #1d2024;
  --line: #33373d;
  --line-strong: #e8e8e6;
  --text: #e8e8e6;
  --muted: #92959c;
  --blue: #6ea1e0;
  --blue-tint: #1b2c40;
  --blue-hover: #3f6fa8;
  --green: #57b877;
  --green-tint: #16261c;
  --red: #e2685f;
  --red-tint: #2e1a19;
  --amber: #d3993f;
  --amber-tint: #3a2e17;
  --purple: #b28ee0;
  --purple-tint: #2a2036;
  --gray-tint: #232629;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  font-family: Times New Roman, Times, Georgia, serif;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 28px 90px;
}

header {
  border-bottom: 2px solid var(--line-strong);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
  padding-bottom: 18px;
  display: flex;
}

header h1 {
  letter-spacing: .01em;
  font-size: 24px;
  font-weight: 400;
}

header .sub {
  color: var(--muted);
  margin-top: 4px;
  font-size: 13px;
  font-style: italic;
}

header .who {
  color: var(--muted);
  margin-top: 6px;
  font-size: 12px;
}

header .logout {
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  background: none;
  padding: 5px 12px;
  font-family: inherit;
  font-size: 12px;
}

header .logout:hover {
  border-color: var(--red);
  color: var(--red);
}

.tabs {
  gap: 30px;
  display: flex;
}

.tab {
  cursor: pointer;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--muted);
  background: none;
  border-bottom: 3px solid #0000;
  padding: 8px 3px;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
}

.tab.active {
  color: var(--text);
  border-bottom-color: var(--blue);
}

.tab:hover:not(.active) {
  color: var(--text);
}

.tab.restricted {
  opacity: .4;
}

.tab.restricted:hover {
  color: var(--muted);
  cursor: not-allowed;
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.statrow {
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 30px;
  display: grid;
}

.statrow.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.statrow.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.stat {
  border-right: 1px solid var(--line);
  padding: 16px 20px;
}

.stat:last-child {
  border-right: none;
}

.stat .label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  min-height: 28px;
  font-size: 11px;
  line-height: 1.35;
}

.stat .value {
  margin-top: 6px;
  font-size: 23px;
}

.stat .value.blue {
  color: var(--blue);
}

.stat .value.green {
  color: var(--green);
}

.stat .value.red {
  color: var(--red);
}

.stat .value.amber {
  color: var(--amber);
}

.section {
  margin-bottom: 34px;
}

.section-head {
  border-bottom: 1px solid var(--line-strong);
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  padding-bottom: 8px;
  display: flex;
}

.section-head h2 {
  font-size: 17px;
  font-weight: 400;
}

.addbtn {
  letter-spacing: .03em;
  color: var(--blue);
  cursor: pointer;
  border: 1px solid var(--blue);
  background: none;
  padding: 6px 14px;
  font-family: inherit;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.addbtn:visited {
  color: var(--blue);
}

.addbtn:hover {
  background: var(--blue-tint);
}

.drive-links {
  gap: 10px;
  margin-bottom: 24px;
  display: flex;
}

.devblock {
  margin-bottom: 44px;
}

.devblock:last-child {
  margin-bottom: 0;
}

.devtitle {
  letter-spacing: -.01em;
  border-left: 4px solid var(--blue);
  border-bottom: 1px solid var(--line);
  color: var(--text);
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
  padding: 2px 0 10px 14px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
}

.devtitle .n {
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.pipeline-table {
  table-layout: fixed;
}

th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding: 8px 10px;
  font-size: 11px;
  font-weight: normal;
}

td {
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  padding: 11px 10px;
  font-size: 13px;
}

tr:hover td {
  background: var(--panel);
}

td.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

td.nowrap {
  white-space: nowrap;
}

td.company {
  font-weight: bold;
}

td.note {
  color: var(--muted);
  max-width: 220px;
  font-size: 12px;
  font-style: italic;
}

.badge {
  letter-spacing: .02em;
  border: 1px solid;
  padding: 2px 9px;
  font-size: 11px;
  display: inline-block;
}

.badge.won {
  color: var(--green);
  border-color: var(--green);
  background: var(--green-tint);
}

.badge.lost {
  color: var(--red);
  border-color: var(--red);
  background: var(--red-tint);
}

.badge.progress {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--blue-tint);
}

.badge.sent {
  color: var(--blue);
  border-color: var(--line);
  background: var(--gray-tint);
}

.badge.modifikacio {
  color: var(--purple);
  border-color: var(--purple);
  background: var(--purple-tint);
}

.badge.nurture {
  color: var(--muted);
  border-color: var(--line);
  background: var(--gray-tint);
}

.badge.eltunt {
  color: var(--muted);
  border-color: var(--muted);
  background: var(--gray-tint);
}

.rowbtns {
  white-space: nowrap;
  gap: 4px;
  display: flex;
}

.iconbtn {
  border: 1px solid var(--line);
  width: 22px;
  height: 22px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  font-family: inherit;
  font-size: 12px;
}

.iconbtn:hover {
  border-color: var(--red);
  color: var(--red);
}

.empty {
  color: var(--muted);
  text-align: center;
  padding: 26px 0;
  font-size: 13px;
  font-style: italic;
}

.overlay {
  z-index: 50;
  background: #00000073;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay.active {
  display: flex;
}

.modal {
  background: var(--bg);
  border: 1px solid var(--line-strong);
  width: 460px;
  max-width: 92vw;
  max-height: 88vh;
  padding: 26px;
  overflow-y: auto;
}

.modal h3 {
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.field {
  margin-bottom: 13px;
}

.field label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 5px;
  font-size: 11px;
  display: block;
}

.field input, .field select {
  border: 1px solid var(--line);
  width: 100%;
  color: var(--text);
  background: var(--bg);
  padding: 8px 10px;
  font-family: inherit;
  font-size: 13px;
}

.field input:focus, .field select:focus {
  border-color: var(--blue);
  outline: none;
}

.field .computed-field {
  border: 1px solid var(--line);
  background: var(--panel);
  font-variant-numeric: tabular-nums;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
}

.field-row {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.modal-btns {
  gap: 8px;
  margin-top: 18px;
  display: flex;
}

.btn {
  border: 1px solid var(--line-strong);
  cursor: pointer;
  background: var(--bg);
  color: var(--text);
  flex: 1;
  padding: 9px;
  font-family: inherit;
  font-size: 13px;
}

.btn.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.btn.primary:hover {
  background: var(--blue-hover);
}

.btn.ghost {
  color: var(--muted);
}

.btn.ghost:hover {
  color: var(--text);
}

.chart-box {
  border: 1px solid var(--line);
  margin-bottom: 20px;
  padding: 16px;
}

.legend {
  color: var(--muted);
  gap: 18px;
  margin-top: 8px;
  font-size: 12px;
  display: flex;
}

.legend .sw {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
}

.month-row {
  cursor: pointer;
}

.month-row td.month {
  font-weight: bold;
}

.month-row .arrow {
  width: 12px;
  color: var(--muted);
  font-size: 11px;
  display: inline-block;
}

.month-detail td {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.month-detail .inner {
  background: var(--panel);
  padding: 14px 10px 18px 26px;
  display: none;
}

.month-detail.open .inner {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.item-col h4 {
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 8px;
  font-size: 12px;
}

.item-col.inc h4 {
  color: var(--green);
}

.item-col.exp h4 {
  color: var(--red);
}

.item-row {
  border-bottom: 1px dotted var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 13px;
  display: flex;
}

.item-row .amt {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  margin-left: 10px;
}

.item-row-label {
  align-items: center;
  gap: 7px;
  display: flex;
}

.item-row .paid-check {
  cursor: pointer;
  accent-color: var(--blue);
  width: 13px;
  height: 13px;
}

.item-row .paid-check:disabled {
  cursor: not-allowed;
}

.item-row.pending .item-row-label, .item-row.pending .amt {
  color: var(--muted);
  font-style: italic;
}

.pending-tag {
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  border: 1px solid var(--line);
  background: var(--gray-tint);
  padding: 1px 6px;
  font-size: 10px;
}

.item-row input.edit-label {
  border: 1px solid var(--blue);
  background: var(--bg);
  color: var(--text);
  flex: 1;
  padding: 3px 6px;
  font-family: inherit;
  font-size: 13px;
}

.item-row input.edit-amount {
  border: 1px solid var(--blue);
  background: var(--bg);
  width: 90px;
  color: var(--text);
  text-align: right;
  font-variant-numeric: tabular-nums;
  padding: 3px 6px;
  font-family: inherit;
  font-size: 13px;
}

.item-row .del {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 8px;
  font-size: 11px;
}

.item-row .del:hover {
  color: var(--red);
}

.item-empty {
  color: var(--muted);
  padding: 4px 0;
  font-size: 12px;
  font-style: italic;
}

.item-add {
  gap: 6px;
  margin-top: 10px;
  display: flex;
}

.item-add input {
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
  padding: 5px 7px;
  font-family: inherit;
  font-size: 12px;
}

.item-add input.label {
  flex: 1;
}

.item-add input.amount {
  width: 110px;
}

.item-add button {
  border: 1px solid var(--blue);
  background: var(--bg);
  color: var(--blue);
  cursor: pointer;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 12px;
}

.item-add button:hover {
  background: var(--blue-tint);
}

.login-wrap {
  max-width: 360px;
  margin: 100px auto;
  padding: 0 20px;
}

.login-wrap h1 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 400;
}

.login-wrap .sub {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 13px;
  font-style: italic;
}

.login-error {
  color: var(--red);
  margin-top: 10px;
  font-size: 13px;
}

.theme-toggle {
  border: 1px solid var(--line);
  background: var(--bg);
  z-index: 20;
  display: flex;
  position: fixed;
  top: 14px;
  right: 14px;
}

.theme-toggle button {
  width: 28px;
  height: 28px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.theme-toggle button:first-child {
  border-right: 1px solid var(--line);
}

.theme-toggle button.active {
  background: var(--blue-tint);
  color: var(--blue);
}

.theme-toggle button svg {
  width: 14px;
  height: 14px;
}

.activity-toggle {
  border: 1px solid var(--line);
  background: var(--bg);
  z-index: 20;
  display: flex;
  position: fixed;
  top: 14px;
  right: 82px;
}

.activity-toggle button {
  width: 28px;
  height: 28px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.activity-toggle button:hover {
  background: var(--blue-tint);
  color: var(--blue);
}

.activity-toggle button svg {
  width: 15px;
  height: 15px;
}

.notif-bell {
  position: relative;
}

.notif-bell-toggle {
  border: 1px solid var(--line);
  background: var(--bg);
  width: 30px;
  height: 30px;
  color: var(--muted);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.notif-bell-toggle:hover {
  color: var(--text);
  border-color: var(--text);
}

.notif-bell-toggle svg {
  width: 15px;
  height: 15px;
}

.notif-badge {
  background: var(--red);
  color: #fff;
  text-align: center;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  top: -6px;
  right: -6px;
}

.notif-dropdown {
  background: var(--bg);
  border: 1px solid var(--line-strong);
  z-index: 30;
  width: 340px;
  max-height: 420px;
  position: absolute;
  top: 36px;
  right: 0;
  overflow-y: auto;
}

.notif-dropdown-head {
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  font-size: 12px;
  display: flex;
}

.notif-markall {
  color: var(--blue);
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 11px;
}

.notif-markall:hover {
  text-decoration: underline;
}

.notif-empty {
  color: var(--muted);
  text-align: center;
  padding: 24px 14px;
  font-size: 13px;
  font-style: italic;
}

.notif-list {
  flex-direction: column;
  display: flex;
}

.notif-item {
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  width: 100%;
  color: var(--text);
  background: none;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 12.5px;
  display: flex;
}

.notif-item:hover {
  background: var(--panel);
}

.notif-item .notif-dot {
  background: none;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 4px;
}

.notif-item.unread .notif-dot {
  background: var(--blue);
  border-radius: 50%;
}

.notif-item.unread {
  font-weight: bold;
}

.notif-text {
  line-height: 1.4;
  display: block;
}

.notif-time {
  color: var(--muted);
  margin-top: 3px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  display: block;
}

@media (max-width: 680px) {
  .wrap {
    padding: 18px 14px 60px;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  header h1 {
    font-size: 19px;
    line-height: 1.3;
  }

  header .who {
    font-size: 11px;
  }

  .header-actions {
    gap: 10px;
    width: 100%;
    justify-content: space-between !important;
  }

  .tabs {
    -webkit-overflow-scrolling: touch;
    flex: 1;
    gap: 14px;
    padding-bottom: 2px;
    overflow-x: auto;
  }

  .tab {
    letter-spacing: .02em;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 11px;
  }

  .notif-bell {
    flex-shrink: 0;
  }

  .notif-dropdown {
    width: calc(100vw - 28px);
  }

  .statrow, .statrow.cols-5, .statrow.cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat {
    padding: 10px 12px;
  }

  .stat .value {
    font-size: 18px;
  }

  .section-head {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .drive-links {
    flex-wrap: wrap;
  }

  .cardify-table thead, .cardify-table tr.table-head-row {
    display: none;
  }

  .cardify-table, .cardify-table tbody, .cardify-table tr, .cardify-table td {
    width: 100%;
    display: block;
  }

  .cardify-table tbody tr:not(.table-head-row):not(.month-detail) {
    border: 1px solid var(--line);
    margin-bottom: 10px;
    padding: 10px 12px;
  }

  .cardify-table tr:hover td {
    background: none;
  }

  .cardify-table td {
    padding: 4px 0;
    border: none !important;
  }

  .cardify-table td.company {
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px dotted var(--line) !important;
  }

  .cardify-table td[data-label] {
    text-align: right;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    display: flex;
  }

  .cardify-table td[data-label]:before {
    content: attr(data-label);
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    text-align: left;
    flex-shrink: 0;
    font-size: 10px;
  }

  .cardify-table td.note {
    max-width: none;
  }

  .cardify-table td.actions-cell {
    text-align: right;
    margin-top: 6px;
  }

  .cardify-table td.actions-cell .rowbtns {
    justify-content: flex-end;
  }

  .cardify-table td.arrow-cell {
    font-size: 11px;
    padding: 0 0 4px !important;
  }

  .cardify-table tr.month-detail td {
    padding: 0 !important;
  }

  .month-detail.open .inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px 12px 16px;
  }

  .item-add {
    flex-wrap: wrap;
  }

  .item-add input.amount {
    width: 100px;
  }

  .devtitle {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .modal {
    padding: 20px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/* [project]/src/app/pm-view.css [app-client] (css) */
.pm-view {
  --ink: var(--text);
  --paper: var(--bg);
  --rule: var(--line);
  --rule-strong: var(--line-strong);
  --navy: var(--blue);
  --navy-tint: var(--blue-tint);
  --rust: var(--red);
  --rust-tint: var(--red-tint);
  --moss: var(--green);
  --moss-tint: var(--green-tint);
  --muted-2: var(--muted);
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  min-height: calc(100vh - 200px);
  margin: -36px -28px 0;
  padding: 40px 32px 70px;
  font-family: Times New Roman, Times, Georgia, serif;
}

.pm-view .masthead {
  margin-bottom: 8px;
}

.pm-view .masthead .eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--muted);
  margin-bottom: 10px;
  font-size: 10px;
}

.pm-view .masthead h1 {
  letter-spacing: -.01em;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}

.pm-view .masthead .accent-rule {
  background: var(--navy);
  width: 56px;
  height: 3px;
  margin: 16px 0 14px;
}

.pm-view .masthead .sub {
  color: var(--muted);
  max-width: 520px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.pm-view .hint {
  color: var(--muted);
  max-width: 640px;
  margin: 20px 0 36px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}

.pm-view .alert-banner {
  border-left: 3px solid var(--rust);
  background: var(--rust-tint);
  color: var(--rust);
  margin-bottom: 28px;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 1.5;
}

.pm-view .section-head {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  display: flex;
}

.pm-view .section-head h2 {
  font-size: 17px;
  font-weight: 400;
}

.pm-view .addbtn {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  cursor: pointer;
  border: none;
  border-bottom: 1px solid var(--navy);
  background: none;
  padding: 2px 0;
  font-family: inherit;
  font-size: 11px;
}

.pm-view .addbtn:hover {
  color: var(--rust);
  border-color: var(--rust);
}

.pm-view .exhibit {
  margin-bottom: 52px;
}

.pm-view .exhibit:last-child {
  margin-bottom: 0;
}

.pm-view .exhibit-head {
  border-left: 4px solid var(--navy);
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
  padding: 2px 0 10px 16px;
  display: flex;
}

.pm-view .exhibit-head .name {
  letter-spacing: -.01em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

.pm-view .exhibit-head .count {
  color: var(--muted-2);
  font-size: 12px;
  font-style: italic;
}

.pm-view table {
  border-collapse: collapse;
  width: 100%;
}

.pm-view table.proj-table {
  table-layout: fixed;
}

.pm-view table.proj-table th:first-child, .pm-view table.proj-table td.proj-name {
  width: 46%;
}

.pm-view table.proj-table th:nth-child(2), .pm-view table.proj-table td.deadline {
  width: 20%;
}

.pm-view table.proj-table th:nth-child(3), .pm-view table.proj-table td.status-cell {
  width: 27%;
}

.pm-view table.proj-table th:nth-child(4), .pm-view table.proj-table td.arrow {
  width: 7%;
}

.pm-view table.partner-table {
  table-layout: fixed;
}

.pm-view table.partner-table th:first-child, .pm-view table.partner-table td:first-child {
  width: 42%;
}

.pm-view table.partner-table th:nth-child(2), .pm-view table.partner-table td:nth-child(2) {
  width: 26%;
}

.pm-view table.partner-table th:nth-child(3), .pm-view table.partner-table td:nth-child(3) {
  width: 25%;
}

.pm-view table.partner-table th:nth-child(4), .pm-view table.partner-table td:nth-child(4) {
  width: 7%;
}

.pm-view .rate-tag {
  font-variant-numeric: tabular-nums;
  color: var(--navy);
  font-size: 13.5px;
}

.pm-view th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-2);
  border-bottom: 1px solid var(--ink);
  padding: 0 14px 10px;
  font-size: 10px;
  font-weight: normal;
}

.pm-view td {
  border-bottom: 1px solid var(--rule);
  vertical-align: middle;
  padding: 18px 14px;
  font-size: 14px;
}

.pm-view tr.proj-row {
  cursor: pointer;
  transition: background .12s;
}

.pm-view tr.proj-row:hover td {
  background: var(--panel);
}

.pm-view td.proj-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.pm-view td.proj-name .topic {
  color: var(--muted);
  margin-top: 4px;
  font-size: 12.5px;
  font-style: italic;
  font-weight: normal;
  display: block;
}

.pm-view td.arrow {
  color: var(--muted-2);
  text-align: right;
  font-size: 16px;
  font-weight: normal;
}

.pm-view .deadline {
  font-variant-numeric: tabular-nums;
  font-size: 13.5px;
}

.pm-view .deadline .days {
  font-size: 14px;
  display: block;
}

.pm-view .days.ok {
  color: var(--moss);
}

.pm-view .days.soon {
  color: var(--amber);
}

.pm-view .days.late {
  color: var(--rust);
}

.pm-view .deadline .date {
  color: var(--muted-2);
  font-size: 11px;
}

.pm-view .status-tag {
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: inline-flex;
}

.pm-view .status-tag .dot {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.pm-view .status-tag.fuggoben .dot {
  background: var(--muted-2);
}

.pm-view .status-tag.onboarded .dot {
  background: var(--moss);
}

.pm-view .status-tag.tervezes .dot {
  background: var(--muted-2);
  border: 1px solid var(--ink);
}

.pm-view .status-tag.fejlesztes .dot {
  background: var(--navy);
}

.pm-view .status-tag.teszteles .dot {
  background: var(--amber);
}

.pm-view .status-tag.kesz .dot {
  background: var(--moss);
}

.pm-view .scope-dot {
  background: var(--rust);
  vertical-align: middle;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  display: inline-block;
}

.pm-view .source-tag {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted-2);
  border: 1px solid var(--rule);
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 10.5px;
  display: inline-block;
}

.pm-view .empty {
  color: var(--muted);
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
  font-style: italic;
}

.pm-view.overlay {
  z-index: 50;
  background: #17150f8c;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 56px 20px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.pm-view .modal {
  background: var(--paper);
  border: 1px solid var(--ink);
  width: 660px;
  max-width: 100%;
  padding: 0;
  box-shadow: 0 18px 50px #17150f40;
}

.pm-view .modal.narrow {
  width: 480px;
}

.pm-view .modal-head {
  border-bottom: 2px solid var(--ink);
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 32px 20px;
  display: flex;
}

.pm-view .modal-head .eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 10px;
}

.pm-view .modal-head h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}

.pm-view .modal-head .topic {
  color: var(--muted);
  margin-top: 6px;
  font-size: 13.5px;
  font-style: italic;
}

.pm-view .modal-close {
  border: 1px solid var(--rule);
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: var(--muted);
  background: none;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 13px;
}

.pm-view .modal-close:hover {
  border-color: var(--rust);
  color: var(--rust);
}

.pm-view .modal-body {
  padding: 26px 32px;
}

.pm-view .detail-grid {
  border-bottom: 1px solid var(--rule);
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  display: grid;
}

.pm-view .field-block label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-2);
  margin-bottom: 6px;
  font-size: 10px;
  display: block;
}

.pm-view .field-block .val {
  font-variant-numeric: tabular-nums;
  font-size: 15px;
}

.pm-view .field-block select, .pm-view .field-block input {
  border: 1px solid var(--ink);
  background: var(--panel);
  width: 100%;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  border-radius: 0;
  padding: 7px 8px;
  font-family: inherit;
  font-size: 14px;
}

.pm-view .field-block select:focus, .pm-view .field-block input:focus {
  border-color: var(--navy);
  background: var(--navy-tint);
  outline: none;
}

.pm-view .field-block select:disabled {
  border-color: var(--rule);
  color: var(--muted);
}

.pm-view .block-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-2);
  margin-bottom: 10px;
  font-size: 11px;
  display: block;
}

.pm-view .desc-box {
  border-left: 2px solid var(--rule);
  white-space: pre-wrap;
  min-height: 50px;
  color: var(--ink);
  margin-bottom: 26px;
  padding: 2px 0 2px 16px;
  font-size: 14.5px;
  line-height: 1.65;
}

.pm-view textarea.desc-edit {
  border: 1px solid var(--navy);
  background: var(--navy-tint);
  width: 100%;
  min-height: 100px;
  color: var(--ink);
  margin-bottom: 26px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14.5px;
  line-height: 1.6;
}

.pm-view .scope-block {
  border: 1px solid var(--rule);
  margin-bottom: 26px;
  padding: 16px 18px;
}

.pm-view .scope-block.flagged {
  border-color: var(--rust);
  background: var(--rust-tint);
}

.pm-view .scope-check {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.pm-view .scope-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--rust);
}

.pm-view .scope-check label {
  font-size: 14px;
  font-weight: bold;
}

.pm-view .scope-note-input {
  border: none;
  border-bottom: 1px solid var(--rule);
  width: 100%;
  color: var(--ink);
  background: none;
  padding: 8px 0;
  font-family: inherit;
  font-size: 13.5px;
}

.pm-view .scope-note-input:focus {
  border-bottom: 1px solid var(--rust);
  outline: none;
}

.pm-view .log-hours-total {
  color: var(--muted);
  margin-bottom: 12px;
  font-size: 12px;
  font-style: italic;
}

.pm-view .log-list {
  margin-bottom: 16px;
}

.pm-view .log-item {
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  gap: 14px;
  padding: 10px 0;
  font-size: 13.5px;
  display: flex;
}

.pm-view .log-item .log-date {
  color: var(--muted-2);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  min-width: 76px;
  font-size: 11px;
}

.pm-view .log-item .log-author {
  margin-right: 6px;
  font-weight: bold;
}

.pm-view .log-item .log-hours {
  color: var(--navy);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  margin-left: auto;
  padding-left: 10px;
  font-size: 11px;
}

.pm-view .log-add {
  gap: 10px;
  margin-top: 4px;
  display: flex;
}

.pm-view .log-add input {
  border: none;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  background: none;
  padding: 8px 0;
  font-family: inherit;
  font-size: 13.5px;
}

.pm-view .log-add input:focus {
  border-bottom: 1px solid var(--navy);
  outline: none;
}

.pm-view .log-add input.log-text {
  flex: 1;
}

.pm-view .log-add input.log-hours-input {
  width: 64px;
}

.pm-view .log-add button {
  text-transform: uppercase;
  letter-spacing: .06em;
  border: 1px solid var(--navy);
  color: var(--navy);
  cursor: pointer;
  background: none;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 11px;
}

.pm-view .log-add button:hover {
  background: var(--navy);
  color: var(--paper);
}

.pm-view .modal-foot {
  border-top: 1px solid var(--rule);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 32px;
  display: flex;
}

.pm-view .btn-text {
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 1px solid #0000;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
}

.pm-view .btn-text.primary {
  color: var(--navy);
  border-bottom: 1px solid var(--navy);
}

.pm-view .btn-text.danger {
  color: var(--rust);
}

.pm-view .btn-text.danger:hover {
  border-color: var(--rust);
}

.pm-view .btn-text.ghost {
  color: var(--muted);
}

.pm-view .btn-text.ghost:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.pm-view .field {
  margin-bottom: 16px;
}

.pm-view .field label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-2);
  margin-bottom: 6px;
  font-size: 10px;
  display: block;
}

.pm-view .field input, .pm-view .field select, .pm-view .field textarea {
  border: none;
  border-bottom: 1px solid var(--rule);
  width: 100%;
  color: var(--ink);
  background: none;
  padding: 8px 2px;
  font-family: inherit;
  font-size: 14px;
}

.pm-view .field input:focus, .pm-view .field select:focus, .pm-view .field textarea:focus {
  border-bottom: 1px solid var(--navy);
  outline: none;
}

.pm-view .field textarea {
  min-height: 76px;
  line-height: 1.5;
}

.pm-view .field-row {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

@media (max-width: 680px) {
  .pm-view .masthead h1 {
    font-size: 24px;
  }

  .pm-view .detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pm-view table.proj-table th:nth-child(2), .pm-view table.proj-table td:nth-child(2) {
    display: none;
  }

  .pm-view table.proj-table td.proj-name {
    width: 65%;
  }

  .pm-view table.proj-table td.status-cell {
    width: 28%;
  }

  .pm-view table.proj-table td.arrow {
    width: 7%;
  }

  .pm-view table.partner-table th:nth-child(2), .pm-view table.partner-table td:nth-child(2) {
    display: none;
  }

  .pm-view table.partner-table td:first-child {
    width: 65%;
  }

  .pm-view table.partner-table td:nth-child(3) {
    width: 28%;
  }

  .pm-view table.partner-table td:nth-child(4) {
    width: 7%;
  }

  .pm-view .modal {
    width: 100%;
  }

  .pm-view .modal-body, .pm-view .modal-head, .pm-view .modal-foot {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pm-view td {
    padding: 12px 8px;
    font-size: 13px;
  }
}

/*# sourceMappingURL=src_app_0dsp1_5._.css.map*/