:root { --ink: #14221c; --paper: #f1f0e6; --wash: #d9e1d3; --line: #a8b3a6; --moss: #26513e; --signal: #ed6045; --shadow: 5px 5px 0 var(--ink); }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 5% 10%, #f9e5b8 0 10%, transparent 32%), var(--paper); color: var(--ink); font-family: "DM Mono", monospace; }
button, input { font: inherit; }
button { cursor: pointer; background: var(--moss); color: white; border: 1px solid var(--ink); padding: .64rem .8rem; box-shadow: 2px 2px 0 var(--ink); }
button:hover:not(:disabled) { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); } button:disabled { opacity: .5; cursor: not-allowed; }
input { min-width: 0; width: 100%; border: 1px solid var(--ink); background: #fffcf2; padding: .68rem; } input:focus, button:focus { outline: 3px solid var(--signal); outline-offset: 2px; }
.shell { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 3rem 0 5rem; }
.masthead { display: flex; justify-content: space-between; gap: 2rem; align-items: end; border-bottom: 2px solid var(--ink); padding-bottom: 1.5rem; }
h1, h2, h3, p { margin: 0; } h1, h2, h3 { font-family: Fraunces, Georgia, serif; } h1 { font-size: clamp(2.7rem, 8vw, 6rem); line-height: .85; letter-spacing: -.06em; } h2 { font-size: 1.5rem; } h3 { font-size: 1.2rem; }
.eyebrow, .section-label { color: var(--moss); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .4rem; }.warning { color: #8b301f; max-width: 28ch; font-size: .78rem; }
.panel { background: color-mix(in srgb, var(--wash) 65%, white); border: 1px solid var(--ink); box-shadow: var(--shadow); }.identity { margin: 2rem 0 1.1rem; padding: 1rem; display: grid; grid-template-columns: 1.25fr auto minmax(180px, .8fr) auto; gap: .8rem; align-items: center; }.identity label, form label { font-size: .78rem; }.notice { min-height: 1.2rem; color: var(--moss); font-size: .82rem; }.notice.error { color: #9f261c; }
.workspace { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 2fr); gap: 1.2rem; margin-top: 1rem; }.projects, .detail { padding: 1rem; }.section-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }.inline-form { display: flex; margin: .4rem 0 1rem; gap: .55rem; }.project-list, .records, .events { list-style: none; padding: 0; margin: 0; }.project-list { border-top: 1px solid var(--line); }.project-list button { width: 100%; text-align: left; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; padding: .85rem .1rem; }.project-list button[aria-current="true"] { color: var(--signal); font-weight: bold; }.empty { margin: 3rem auto; max-width: 38ch; text-align: center; line-height: 1.6; }.mono { font-size: .72rem; overflow-wrap: anywhere; }.columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.5rem 0; }.records { margin-top: .6rem; }.records li, .events li { border-left: 2px solid var(--moss); padding: .5rem .6rem; margin-bottom: .45rem; background: #fffcf2; font-size: .78rem; overflow-wrap: anywhere; }.timeline { border-top: 1px solid var(--line); padding-top: 1rem; }.events { margin-top: .8rem; }.events li { border-left-color: var(--signal); }.events small { color: var(--moss); display: block; margin-bottom: .2rem; }
@media (max-width: 760px) { .shell { width: min(100% - 1rem, 1180px); padding-top: 1.2rem; }.masthead, .identity { display: grid; grid-template-columns: 1fr; }.workspace, .columns { grid-template-columns: 1fr; }.warning { margin-top: 1rem; }.inline-form { flex-wrap: wrap; } }
