:root{--bg:#fafaf9;--surface:#ffffff;--text:#1c1917;--muted:#57534e;--border:#e7e5e4;--accent:#1d4ed8;--danger:#b91c1c;--ok:#15803d;--radius:10px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.55}.container{max-width:880px;margin:0 auto;padding:1.25rem}.container.narrow{max-width:460px;padding-top:3rem}h1{font-size:1.6rem;margin:.5rem 0 1rem}h2{font-size:1.2rem;margin:2rem 0 .5rem}.muted{color:var(--muted)}.small{font-size:.9rem}.error{color:var(--danger)}code{background:var(--border);padding:.1em .35em;border-radius:4px;font-size:.9em}.site-header{background:var(--surface);border-bottom:1px solid var(--border);border-top:4px solid var(--accent)}.site-header.admin{border-top-color:#0f172a}.header-row{justify-content:space-between;padding-top:.9rem;padding-bottom:.9rem}.header-row,.header-row nav{display:flex;align-items:center;gap:1rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin:.75rem 0}label{display:block;font-weight:600;margin:.75rem 0 .25rem}input,select,textarea{width:100%;padding:.6rem .7rem;font-size:1rem;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text)}button{margin-top:.9rem;padding:.6rem 1.1rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:8px;cursor:pointer}button:disabled{opacity:.5;cursor:default}button.link{background:none;color:var(--accent);font-weight:500;padding:0;margin:0}form.inline{display:inline}.form-grid{max-width:420px}.row-form{display:flex;gap:.5rem;align-items:center}.row-form select{width:auto}.row-form button{margin-top:0;padding:.45rem .8rem}.login-brand{border-left:5px solid var(--accent);padding-left:1rem;margin-bottom:1.5rem}.table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.table td,.table th{text-align:left;padding:.6rem .8rem;border-bottom:1px solid var(--border)}.table th{background:#f5f5f4;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.badge{display:inline-block;padding:.1rem .55rem;border-radius:999px;font-size:.8rem;font-weight:600;background:var(--border)}.badge-queued{background:#fef3c7;color:#92400e}.badge-delivered,.badge-sent{background:#dcfce7;color:var(--ok)}.badge-bounced,.badge-complained,.badge-failed,.badge-revoked{background:#fee2e2;color:var(--danger)}.badge-active{background:#dcfce7;color:var(--ok)}.badge-invited,.badge-sending{background:#dbeafe;color:#1e40af}.badge-pending,.badge-suppressed{background:var(--border);color:var(--muted)}.small-btn{margin-top:0;padding:.35rem .7rem;font-size:.85rem}.checkbox-label{font-weight:500}.checkbox-label input{width:auto;margin-right:.4rem}.upload-label{display:inline-block;padding:.4rem .9rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--accent);border-radius:8px;cursor:pointer}.request-list{list-style:none;padding:0;margin:.5rem 0 0}.request-list li{padding:.75rem 0;border-top:1px solid var(--border)}.request-list li:first-child{border-top:none}.request-list li>div{margin-top:.4rem}.activity-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.activity{list-style:none;padding:0;margin:1.25rem 0}.activity-item{display:grid;grid-template-columns:150px 1fr;grid-gap:.75rem;gap:.75rem;padding:.5rem 0;border-top:1px solid var(--border);font-size:.95rem}.activity-item:first-child{border-top:none}.activity-when{color:var(--muted);font-size:.85rem;white-space:nowrap}.activity-body{display:flex;gap:.55rem;align-items:baseline}.dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--muted);transform:translateY(-1px)}.dot-stage{background:var(--accent)}.dot-communication{background:#0891b2}.dot-document{background:#7c3aed}.dot-participant{background:#15803d}.dot-access{background:#b45309}.card.highlight{background:#eff6ff;border-color:#bfdbfe;font-size:1.05rem;padding:1.25rem}.scorecard{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1rem}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.stat-value{font-size:2rem;font-weight:700;line-height:1}.stat-label{margin-top:.35rem;font-weight:600}.stat-delta{margin-top:.4rem;font-size:.82rem;color:var(--muted)}.stat-delta.up{color:var(--ok)}.stat-delta.down{color:var(--danger)}.type-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}.type-tab{margin:0;padding:.4rem .85rem;font-size:.9rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer}.type-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.new-type{display:flex;gap:.5rem;align-items:center;margin:.5rem 0 1rem}.new-type input{max-width:320px}.new-type .small-btn{margin-top:0}.stage-list{display:flex;flex-direction:column;gap:.75rem}.stage-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.stage-card.is-new{border-style:dashed;background:#fafafa}.stage-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stage-controls{display:inline-flex;gap:.3rem}.icon-btn{margin:0;padding:.15rem .5rem;font-size:.9rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;cursor:pointer}.icon-btn.danger{color:var(--danger)}.icon-btn:disabled{opacity:.4}.stage-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem}.stage-card label.small{font-size:.82rem;font-weight:600;color:var(--muted)}.stage-card .small-btn{margin-top:.6rem}.stage-card.readonly{padding:.7rem 1rem}@media (max-width:640px){.stage-grid{grid-template-columns:1fr}}@media print{.no-print,.site-header{display:none!important}body{background:#fff}.activity-item{page-break-inside:avoid;break-inside:avoid}}.matter-list{list-style:none;padding:0}.matter-list .card p{margin:.25rem 0 0}.timeline{list-style:none;padding:0;margin:1.5rem 0;position:relative}.timeline:before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--border)}.timeline-stage{position:relative;padding:0 0 1.5rem 2.4rem}.timeline-marker{position:absolute;left:3px;top:4px;width:18px;height:18px;border-radius:50%;background:var(--surface);border:3px solid var(--border)}.timeline-stage.done .timeline-marker{background:var(--ok);border-color:var(--ok)}.timeline-stage.current .timeline-marker{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 4px rgb(29 78 216/.15)}.timeline-stage.future{color:var(--muted)}.timeline-stage h3{margin:0 0 .3rem;font-size:1.05rem}.timeline-stage.current{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding-top:1rem;padding-right:1rem;padding-bottom:1rem;margin-left:-.25rem}.action-items{background:#eff6ff;border-radius:8px;padding:.7rem 1rem;margin-top:.6rem}.action-items ul{margin:.4rem 0 0;padding-left:1.2rem}