:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft JhengHei",sans-serif;color:#2a241e;background:#f7f3ec;line-height:1.5;--accent:#73573d;--accent2:#9e7b57;--line:#ded4c6;--card:#fffdf8;--muted:#766b60}
*{box-sizing:border-box}body{margin:0}.appbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:28px;padding:12px 24px;background:rgba(255,253,248,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.brand{color:#2a241e;font-weight:800;text-decoration:none}.appbar nav{display:flex;gap:8px;overflow:auto}.appbar nav a{padding:7px 12px;border-radius:999px;color:var(--muted);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}.appbar nav a.active{background:var(--accent);color:white}main{max-width:1180px;margin:0 auto;padding:30px 22px 60px}.hero{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px}.eyebrow{margin:0;color:var(--accent2);font-weight:800;letter-spacing:.08em}.hero h1{margin:7px 0 8px;font-size:clamp(30px,5vw,52px);line-height:1.1}.hero p:last-child{max-width:720px;margin:0;color:var(--muted)}button,input,select,textarea{font:inherit}.primary{border:0;border-radius:12px;padding:11px 18px;background:var(--accent);color:white;font-weight:800;cursor:pointer}.summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:22px}.summary-card{padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.summary-card strong{display:block;font-size:24px}.summary-card span{color:var(--muted);font-size:13px}.workspace{display:grid;grid-template-columns:180px 1fr;gap:20px}aside{display:flex;flex-direction:column;gap:7px}.section-button,.deep-link{border:0;border-radius:11px;padding:10px 12px;background:transparent;color:#4f463e;text-align:left;text-decoration:none;cursor:pointer}.section-button.active{background:#e9dece;color:#4e3826;font-weight:800}.deep-link{margin-top:12px;border:1px solid var(--line);font-size:13px}.content{min-width:0}.toolbar{display:flex;gap:10px;margin-bottom:10px}.toolbar input{flex:1}.toolbar input,.toolbar select,dialog input,dialog select,dialog textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:white}.status{min-height:24px;color:var(--muted)}.items{display:grid;gap:10px}.item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.item h3{margin:0 0 4px}.item p{margin:0;color:var(--muted);white-space:pre-wrap}.item-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.chip{padding:3px 8px;border-radius:999px;background:#eee5d9;color:#654f3b;font-size:12px}.item button{align-self:start;border:1px solid var(--line);border-radius:10px;padding:7px 10px;background:white;cursor:pointer}dialog{width:min(620px,calc(100vw - 30px));border:1px solid var(--line);border-radius:18px;padding:0;background:var(--card);box-shadow:0 22px 70px rgba(45,35,25,.25)}dialog::backdrop{background:rgba(38,31,24,.5)}dialog form{display:grid;gap:13px;padding:22px}dialog label{display:grid;gap:5px;font-weight:700}.dialog-title,.dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-title h2{margin:0}.icon-button{border:0;background:transparent;font-size:28px;cursor:pointer}.dialog-actions{justify-content:flex-end;margin-top:7px}.dialog-actions button:not(.primary){border:1px solid var(--line);border-radius:10px;padding:10px 14px;background:white}@media(max-width:720px){.appbar{align-items:flex-start;flex-direction:column;gap:7px;padding:10px 14px}.hero{align-items:flex-start;flex-direction:column}.workspace{grid-template-columns:1fr}aside{display:grid;grid-template-columns:repeat(3,1fr)}.deep-link{grid-column:1/-1;margin-top:0}.toolbar{flex-direction:column}.item{grid-template-columns:1fr}}
