:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a2a3a;background:#f2f4f7}*{box-sizing:border-box}body{margin:0;background:#f2f4f7}.app-shell{max-width:840px;margin:3rem auto;padding:2.25rem;border-radius:14px;background:#fff;border:1px solid #e5e9ef;box-shadow:0 10px 28px #0c18260f}.app-header{margin-bottom:1.5rem}.brand-eyebrow{margin:0;color:#607388;font-size:.84rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.screen{display:flex;flex-direction:column;gap:1rem}.screen-header h1{margin:0;font-size:1.55rem;font-weight:650}.screen-header p{margin-top:.4rem;margin-bottom:0;color:#66798f}.card-list{display:grid;gap:.95rem}.card{padding:1.15rem 1.2rem;border-radius:11px;border:1px solid #e7ecf2;background:#fcfdff}.card-heading{display:flex;justify-content:space-between;align-items:baseline;gap:.8rem}.card h2{margin:0;font-size:1.06rem;font-weight:620}.matter-id{color:#6d7f94;font-size:.81rem;font-weight:600}.body-copy{color:#364b62;margin-top:.7rem;margin-bottom:.7rem;line-height:1.5}.meta{color:#6c7f95;font-size:.89rem;margin-top:0;margin-bottom:.9rem}.status-grid{margin:0 0 1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.status-grid div{padding:.75rem;border-radius:9px;background:#f6f8fb}.status-grid dt{font-size:.79rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7d92}.status-grid dd{margin:.3rem 0 0;color:#203345;font-weight:540}.list{margin-top:.55rem;margin-bottom:.95rem;padding-left:1.15rem;color:#31475d}.list li{margin-bottom:.36rem}.screen-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.primary-button{border:none;border-radius:8px;background:#17334f;color:#fff;font-size:.92rem;font-weight:600;padding:.6rem .98rem;cursor:pointer}.primary-button:hover{background:#10273d}.secondary-button,.ghost-button{border-radius:8px;font-size:.92rem;font-weight:600;padding:.6rem .98rem;cursor:pointer}.secondary-button{border:1px solid #17334f;background:#fff;color:#17334f}.secondary-button:hover{background:#f5f8fb}.ghost-button{border:1px solid #d8e0e8;background:#f8fafc;color:#31475d}.ghost-button:hover{background:#eef3f8}button:disabled{cursor:not-allowed;opacity:.55}.artifact-review-card{display:flex;flex-direction:column;gap:1.15rem}.intake-review-card{display:flex;flex-direction:column;gap:1rem}.intake-field-list{display:grid;gap:.8rem}.intake-field-card{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.95rem 1rem;border-radius:10px;background:#f8fafc;border:1px solid #e5ebf2}.intake-field-card h3{margin:0 0 .4rem;font-size:.98rem}.artifact-status-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.artifact-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.status-pill{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;font-size:.78rem;font-weight:650;letter-spacing:.01em}.status-pill-neutral{background:#eef3f7;color:#465c73}.status-pill-accent{background:#ddeaf7;color:#153a63}.status-pill-success{background:#e2f2e7;color:#1d5a32}.section-eyebrow{margin:0 0 .35rem;color:#61758a;font-size:.79rem;text-transform:uppercase;letter-spacing:.05em;font-weight:650}.artifact-summary{max-width:42rem}.artifact-meta-grid dd{line-height:1.45}.artifact-sections{display:grid;gap:.95rem}.artifact-section{padding:.95rem 1rem;border-radius:10px;background:#f8fafc;border:1px solid #e5ebf2}.artifact-section h3{margin-top:0;margin-bottom:.55rem;font-size:1rem}.revision-label,.field-label{font-size:.84rem;font-weight:650;color:#41586f}.route-select{width:100%;border-radius:10px;border:1px solid #d5dee7;background:#fbfdff;padding:.8rem .9rem;font:inherit;color:#23384d}.route-select:focus{outline:2px solid #c8d9ec;border-color:#8eabc7}.revision-textarea{width:100%;border-radius:10px;border:1px solid #d5dee7;background:#fbfdff;padding:.85rem .95rem;font:inherit;line-height:1.45;color:#23384d;resize:vertical}.revision-textarea:focus{outline:2px solid #c8d9ec;border-color:#8eabc7}.reviewer-approval-block{padding:.95rem 1rem;border-radius:10px;background:#f8fafc;border:1px solid #e5ebf2}.reviewer-approval-block h3{margin-top:0;margin-bottom:.55rem;font-size:1rem}.reviewer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.reviewer-input{width:100%;margin-top:.45rem;border-radius:10px;border:1px solid #d5dee7;background:#fbfdff;padding:.75rem .9rem;font:inherit;color:#23384d}.reviewer-input:focus{outline:2px solid #c8d9ec;border-color:#8eabc7}.reviewer-checkbox{margin-top:.9rem;display:flex;gap:.65rem;align-items:flex-start;color:#31475d;line-height:1.45}.artifact-actions{display:flex;flex-wrap:wrap;gap:.7rem}.artifact-markdown-preview{margin:0;padding:1rem;border-radius:10px;border:1px solid #e2e8ef;background:#f7fafc;color:#203345;font:.9rem/1.55 SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-word}.approval-note{margin:0;padding:.85rem .95rem;border-radius:10px;background:#eaf6ed;border:1px solid #cce6d3;color:#244d33;line-height:1.45}.error-note{margin:0;padding:.85rem .95rem;border-radius:10px;background:#fbebeb;border:1px solid #efc8c8;color:#7c2727;line-height:1.45}@media(max-width:720px){.app-shell{margin:0;min-height:100vh;border-radius:0;border-left:0;border-right:0;padding:1.4rem}.status-grid{grid-template-columns:1fr}.artifact-status-row{flex-direction:column}.reviewer-grid{grid-template-columns:1fr}.artifact-badges{justify-content:flex-start}.intake-field-card{flex-direction:column}}
