/* [project]/app/globals.css [app-client] (css) */
@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 {
  .grid {
    display: grid;
  }
}

:root {
  --bg-0: #070a12;
  --bg-1: #0b1220;
  --text: #eef2ff;
  --text-dim: #9aa6c4;
  --text-faint: #66708c;
  --line: #ffffff14;
  --line-strong: #ffffff24;
  --glass: #ffffff0b;
  --glass-hi: #ffffff12;
  --accent: #7aa2ff;
  --green: #46d39a;
  --amber: #ffcf5c;
  --red: #ff7a85;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  background: radial-gradient(1100px 700px at 12% -8%, #7aa2ff29, transparent 60%),
    radial-gradient(900px 600px at 105% 5%, #46d39a1a, transparent 55%),
    linear-gradient(180deg, var(--bg-1), var(--bg-0));
  background-attachment: fixed;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, SF Pro Text, Segoe UI, system-ui, sans-serif;
}

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

.topbar {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.brand {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
}

.brand small {
  color: var(--text-dim);
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.spacer {
  flex: 1;
}

.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  box-shadow: inset 0 1px #ffffff0f, 0 18px 40px -24px #000000b3;
}

.stat {
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  display: flex;
}

.stat .n {
  font-size: 19px;
  font-weight: 600;
}

.stat .l {
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
}

.grid {
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  display: grid;
}

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

.panel {
  padding: 0;
  overflow: hidden;
}

.panel h2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-dim);
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 600;
}

.panel .body {
  max-height: 460px;
  padding: 8px;
  overflow: auto;
}

.dot {
  border-radius: 50%;
  flex: none;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 4px #ffffff0a;
}

.dot.green {
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.dot.amber {
  background: var(--amber);
  box-shadow: 0 0 10px var(--amber);
}

.dot.gray {
  background: var(--text-faint);
}

.row {
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  transition: background .15s;
  display: flex;
}

.row:hover {
  background: var(--glass-hi);
}

.row .main {
  flex: 1;
  min-width: 0;
}

.row .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.row .sub {
  color: var(--text-dim);
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
  font-size: 12px;
  overflow: hidden;
}

.row .time {
  color: var(--text-faint);
  flex: none;
  font-size: 11px;
}

.pill {
  letter-spacing: .03em;
  text-transform: uppercase;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  flex: none;
  padding: 3px 9px;
  font-size: 10.5px;
  font-weight: 600;
}

.pill.green {
  color: var(--green);
  background: #46d39a1a;
  border-color: #46d39a59;
}

.pill.amber {
  color: var(--amber);
  background: #ffcf5c1a;
  border-color: #ffcf5c59;
}

.pill.gray {
  color: var(--text-dim);
}

.feed-item {
  border-radius: 12px;
  align-items: baseline;
  gap: 10px;
  padding: 9px 14px;
  display: flex;
}

.feed-item:hover {
  background: var(--glass-hi);
}

.tag {
  color: var(--accent);
  flex: none;
  min-width: 92px;
  font-family: ui-monospace, SF Mono, Menlo, monospace;
  font-size: 10.5px;
  font-weight: 600;
}

.feed-item .txt {
  color: var(--text);
  word-break: break-word;
  flex: 1;
  min-width: 0;
  font-size: 12.5px;
}

.feed-item .txt code {
  color: var(--text-dim);
  font-family: ui-monospace, SF Mono, Menlo, monospace;
}

.feed-item .t {
  color: var(--text-faint);
  flex: none;
  font-size: 10.5px;
}

.projects {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.proj {
  padding: 14px 16px;
}

.proj .pn {
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  display: flex;
}

.proj .pm {
  color: var(--text-dim);
  margin-top: 8px;
  font-size: 11.5px;
  line-height: 1.5;
}

.proj .br {
  color: var(--accent);
  font-family: ui-monospace, SF Mono, Menlo, monospace;
  font-size: 11px;
}

.empty {
  text-align: center;
  color: var(--text-faint);
  padding: 28px 16px;
  font-size: 13px;
}

.live {
  color: var(--text-dim);
  align-items: center;
  gap: 7px;
  font-size: 12px;
  display: flex;
}

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