/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@types+node@24.13.3_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@types+node@24.13.3_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #f3eee4;
  --bg-2: #faf7f1;
  --paper: #fffcf7;
  --ink: #1c1814;
  --muted: #6d655b;
  --faint: #9a9286;
  --line: #e6ddd0;
  --line-2: #d9cfc0;
  --accent: #b44a1f;
  --accent-soft: #f3e0d6;
  --green: #2f5d45;
  --green-soft: #e4efe8;
  --blue-soft: #e7e8f4;
  --sand: #f1eadc;
  --shadow: 0 18px 40px rgba(40, 28, 16, 0.07);
  --sidebar: 232px;
}
* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; }
body {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: -0.01em;
}
button, input { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.app {
  display: grid;
  grid-template-columns: var(--sidebar) 1fr;
  min-height: 100%;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 18px 20px;
  border-right: 1px solid var(--line);
  background: var(--bg-2);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 0 10px;
}
.brand strong {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.brand span { color: var(--faint); font-size: 12px; }
.nav { display: flex; flex-direction: column; gap: 4px; }
.nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.nav a:hover { background: var(--sand); color: var(--ink); }
.nav a.active { background: var(--ink); color: var(--paper); }
.nav .count { font-size: 11px; color: inherit; opacity: 0.7; }
.capture {
  margin-top: auto;
  padding: 14px;
  border: 1px dashed var(--line-2);
  border-radius: 14px;
  background: var(--paper);
}
.capture p { margin: 0 0 6px; font-size: 11px; color: var(--faint); text-transform: uppercase; letter-spacing: 0.08em; }
.capture strong { font-size: 14px; font-weight: 600; }
.capture small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.main { min-width: 0; display: flex; flex-direction: column; }
.top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 28px;
  background: color-mix(in srgb, var(--bg) 86%, white);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.ask {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: var(--shadow);
}
.ask input { flex: 1 1; border: 0; outline: 0; background: transparent; font-size: 14px; color: var(--ink); }
.ask kbd { font-size: 11px; color: var(--faint); border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; }
.content { padding: 8px 28px 64px; }

.h-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 12px 0 22px; }
h1 { font-family: Fraunces, Georgia, serif; font-weight: 500; font-size: 34px; margin: 0; letter-spacing: -0.04em; }
.lede { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.seg { display: flex; background: var(--sand); padding: 4px; border-radius: 10px; gap: 2px; }
.seg button { border: 0; background: transparent; color: var(--muted); padding: 6px 12px; border-radius: 8px; font-size: 13px; font-weight: 500; }
.seg button.on { background: var(--paper); color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.06); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 14px; gap: 14px; }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 16px 16px 12px; }
.panel h2 { margin: 0 0 12px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.row { display: flex; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.35; }
.row:first-of-type { border-top: 0; }
.when { color: var(--faint); font-size: 12px; min-width: 72px; padding-top: 2px; }
.dot { width: 7px; height: 7px; border-radius: 99px; background: var(--accent); margin-top: 6px; flex: none; }

.review { margin-top: 22px; padding: 18px; border-radius: 16px; background: var(--accent-soft); border: 1px solid #e8c8b4; }
.review h2 { margin: 0 0 4px; font-family: Fraunces, serif; font-size: 22px; font-weight: 500; }
.review p { margin: 0 0 14px; color: #704330; font-size: 14px; }
.review-card { background: var(--paper); border-radius: 12px; padding: 14px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.btns { display: flex; gap: 8px; flex-wrap: wrap; }
.btn { border: 1px solid var(--line-2); background: var(--paper); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 500; }
.btn.primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn.ghost { background: transparent; }

.feed { display: flex; flex-direction: column; gap: 12px; max-width: 760px; }
.note {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px 14px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.note:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.note .meta { display: flex; justify-content: space-between; color: var(--faint); font-size: 12px; margin-bottom: 8px; }
.note .body { font-size: 15px; line-height: 1.5; margin: 0 0 12px; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; }
.pill { font-size: 12px; padding: 4px 9px; border-radius: 999px; background: var(--sand); color: var(--ink); font-weight: 500; }
.pill.project { background: var(--green-soft); color: var(--green); }
.pill.person { background: var(--accent-soft); color: #7a3518; }
.pill.date { background: var(--blue-soft); color: #343a74; }
.pill.task { background: #f3ecd0; color: #5d4b16; }

.projects { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 14px; gap: 14px; max-width: 920px; }
.pcard { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.pcard:hover { box-shadow: var(--shadow); }
.pcard h3 { margin: 0 0 8px; font-family: Fraunces, serif; font-size: 24px; font-weight: 500; }
.pcard p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.stats { display: flex; gap: 14px; color: var(--faint); font-size: 12px; }

.summary { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px; margin-bottom: 22px; max-width: 760px; }
.summary h3 { margin: 0 0 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.summary p { margin: 0; font-size: 16px; line-height: 1.55; }

.board { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 12px; gap: 12px; }
.col { background: var(--sand); border-radius: 14px; padding: 12px; min-height: 280px; }
.col h3 { margin: 0 0 10px; font-size: 13px; color: var(--muted); }
.tcard { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 12px; margin-bottom: 8px; font-size: 14px; }
.tcard small { display: block; margin-top: 6px; color: var(--faint); font-size: 12px; }

.cal { max-width: 920px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); grid-gap: 6px; gap: 6px; }
.dow { font-size: 11px; color: var(--faint); text-align: center; padding: 6px; letter-spacing: .06em; }
.day { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; min-height: 92px; padding: 8px; font-size: 12px; }
.day.empty { background: transparent; border-color: transparent; }
.day b { display: block; margin-bottom: 6px; font-weight: 500; }
.day .ev { font-size: 11px; background: var(--accent-soft); color: #7a3518; border-radius: 6px; padding: 3px 5px; margin-bottom: 4px; }
.day .ev.p { background: var(--green-soft); color: var(--green); }

.drawer-bg { position: fixed; inset: 0; background: rgba(28,24,20,.28); z-index: 20; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(440px, 100%);
  background: var(--paper); border-left: 1px solid var(--line); z-index: 21;
  padding: 24px; overflow: auto;
}
.drawer h2 { font-family: Fraunces, serif; font-weight: 500; font-size: 26px; margin: 8px 0 12px; }
.block { margin: 18px 0; }
.block h3 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); margin: 0 0 8px; }
.quote { font-size: 16px; line-height: 1.55; margin: 0; padding: 12px 14px; background: var(--bg); border-radius: 12px; }

.answer { max-width: 760px; margin: 0 28px 8px; background: var(--ink); color: var(--paper); border-radius: 16px; padding: 18px 20px; }
.answer h3 { margin: 0 0 8px; font-family: Fraunces, serif; font-weight: 500; }
.answer p { margin: 0; font-size: 14px; line-height: 1.55; color: #efe7dc; }
.answer button { margin-top: 12px; }

.task-list .trow { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); max-width: 760px; }
.check { width: 18px; height: 18px; border: 1.5px solid var(--line-2); border-radius: 5px; margin-top: 2px; flex: none; }
.muted { color: var(--muted); }
.section-label { margin: 28px 0 12px; font-size: 13px; color: var(--faint); letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 860px) {
  .app { grid-template-columns: 1fr; }
  .sidebar { height: auto; position: relative; flex-direction: row; flex-wrap: wrap; gap: 12px; padding: 16px; }
  .nav { flex-direction: row; flex-wrap: wrap; }
  .capture { display: none; }
  .grid-3, .projects, .board, .cal-grid { grid-template-columns: 1fr; }
  .content, .top { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 28px; }
}

