:root{color-scheme:light dark;--bg: #f6f7f9;--surface: #ffffff;--surface-sunken: #f1f3f6;--border: #dfe3ea;--border-strong: #c3cad6;--text: #171b22;--text-muted: #5b6472;--accent: #1f6feb;--accent-text: #ffffff;--accent-soft: #e8f0fe;--danger: #b42318;--danger-soft: #fdecea;--success: #12703a;--success-soft: #e6f4ea;--warn: #8a5a00;--warn-soft: #fdf3e2;--focus: #1f6feb;--radius: 12px;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .08);--tap: 44px}@media(prefers-color-scheme:dark){:root{--bg: #0f1115;--surface: #171a21;--surface-sunken: #12151b;--border: #262b35;--border-strong: #39414f;--text: #e7eaf0;--text-muted: #9aa4b4;--accent: #4c8dff;--accent-text: #08111f;--accent-soft: #16233a;--danger: #ff9c92;--danger-soft: #3a1c1a;--success: #6edb9b;--success-soft: #13301f;--warn: #f0c47a;--warn-soft: #33270f;--focus: #7fb0ff;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 3px rgba(0, 0, 0, .3)}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.55;min-height:100dvh;display:flex;flex-direction:column}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:20;background:var(--surface);color:var(--text);padding:.75rem 1rem;border-radius:0 0 var(--radius) 0}.skip-link:focus{left:0}.shell{width:100%;max-width:56rem;margin:0 auto;padding:0 1rem}.topbar{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:56px}.brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none;font-size:1rem}.brand-mark{width:22px;height:22px;color:var(--accent);flex:none}.brand-name strong{font-weight:700}.session{display:flex;align-items:center;gap:.5rem;min-width:0}.session-email{color:var(--text-muted);font-size:.85rem;max-width:9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:30rem){.session-email{display:none}}.view{flex:1;padding-top:1.25rem;padding-bottom:3rem;display:flex;flex-direction:column;gap:1rem}.view:focus{outline:none}.footer{padding-top:1rem;padding-bottom:2rem;color:var(--text-muted);font-size:.78rem;border-top:1px solid var(--border)}.footer p{margin:0;max-width:44rem}.title{font-size:1.4rem;line-height:1.25;margin:0;letter-spacing:-.01em}.section-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .6rem}.panel-title{font-size:1.15rem;margin:0}.lede{margin:0;color:var(--text-muted)}.fine-print{margin:0;font-size:.82rem;color:var(--text-muted)}.hint{margin:0;font-size:.85rem;color:var(--text-muted)}.muted{color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.1rem;display:flex;flex-direction:column;gap:.9rem}.card-narrow{max-width:30rem;width:100%}.stack{display:flex;flex-direction:column;gap:.9rem}.field{display:flex;flex-direction:column;gap:.35rem}.label{font-weight:600;font-size:.9rem}.input{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;padding:.7rem .8rem;min-height:var(--tap);width:100%}.input:focus-visible{border-color:var(--accent)}.checkbox{width:24px;height:24px;min-width:24px;margin:0;accent-color:var(--accent);flex:none}.button{font:inherit;font-weight:600;min-height:var(--tap);padding:.6rem 1rem;border-radius:10px;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.button-primary{background:var(--accent);color:var(--accent-text)}.button-primary:hover:not(:disabled){filter:brightness(1.07)}.button-quiet{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.button-quiet:hover:not(:disabled){background:var(--surface-sunken)}.button-small{min-height:36px;padding:.35rem .7rem;font-size:.85rem;font-weight:600}.button-block{width:100%}.button:disabled{opacity:.5;cursor:not-allowed}.button[aria-busy=true]{cursor:progress}.back-link{align-self:flex-start;background:none;border:0;color:var(--accent);font:inherit;font-weight:600;padding:.5rem 0;min-height:var(--tap);cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.back-link:before{content:"←"}.message-slot:empty{display:none}.notice{margin:0;padding:.7rem .85rem;border-radius:10px;font-size:.9rem;border:1px solid transparent}.notice-error{background:var(--danger-soft);color:var(--danger);border-color:currentColor}.notice-success{background:var(--success-soft);color:var(--success);border-color:currentColor}.notice-info{background:var(--accent-soft);color:var(--accent);border-color:currentColor}.doc-section{display:flex;flex-direction:column}.doc-list{display:flex;flex-direction:column;gap:.75rem}.doc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.doc-head-single{align-items:center}.doc-heading{display:flex;flex-direction:column;gap:.15rem;min-width:0}.doc-title{margin:0;font-size:1.05rem;overflow-wrap:anywhere}.doc-subtitle{margin:0;font-size:.85rem;color:var(--text-muted)}.doc-card-action{border-color:var(--accent);border-left-width:4px}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.card-actions .button{flex:1 1 auto}@media(min-width:30rem){.card-actions .button{flex:0 0 auto}}.pill{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:999px;white-space:nowrap;background:var(--surface-sunken);color:var(--text-muted);border:1px solid var(--border);flex:none}.pill-sent{background:var(--warn-soft);color:var(--warn)}.pill-completed{background:var(--success-soft);color:var(--success)}.pill-voided{background:var(--danger-soft);color:var(--danger)}.roster{display:flex;flex-direction:column;gap:.4rem}.roster-title{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.roster-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.roster-row{display:flex;align-items:center;gap:.55rem;padding:.4rem .5rem;border-radius:8px;background:var(--surface-sunken);flex-wrap:wrap}.roster-row-me{outline:1px solid var(--border-strong)}.dot{width:10px;height:10px;border-radius:50%;flex:none;background:var(--border-strong)}.dot-viewed{background:var(--warn)}.dot-signed{background:var(--success)}.roster-who{display:flex;flex-direction:column;min-width:0;flex:1 1 8rem}.roster-name{font-weight:600;font-size:.9rem;overflow-wrap:anywhere}.roster-email{font-size:.78rem;color:var(--text-muted);overflow-wrap:anywhere}.roster-status{font-size:.78rem;color:var(--text-muted);white-space:nowrap}.reader{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.reader-bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.reader-name{font-size:.85rem;font-weight:600;overflow-wrap:anywhere;min-width:0}.reader-tools{display:flex;gap:.4rem;flex-wrap:wrap}.reader-frame{width:100%;height:60vh;min-height:320px;border:0;background:var(--surface-sunken);display:block}@media(min-width:48rem){.reader-frame{height:75vh}}.reader .fine-print{padding:.6rem .75rem;border-top:1px solid var(--border)}.sign-panel{display:flex;flex-direction:column;gap:1rem}.consent{background:var(--surface-sunken);border:1px solid var(--border-strong);border-radius:var(--radius);padding:.9rem;display:flex;flex-direction:column;gap:.6rem}.consent-title{margin:0;font-size:.95rem}.consent-body{margin:0;font-size:.86rem;color:var(--text-muted)}.consent-check{display:flex;align-items:flex-start;gap:.6rem;padding:.35rem 0;min-height:var(--tap)}.consent-label{font-weight:600;font-size:.92rem;cursor:pointer}.sig-block{display:flex;flex-direction:column;gap:.7rem}.sig-title{margin:0;font-size:.95rem}.tabs{display:inline-flex;gap:.25rem;padding:.25rem;background:var(--surface-sunken);border-radius:10px;align-self:flex-start}.tab{font:inherit;font-weight:600;border:0;background:none;color:var(--text-muted);min-height:38px;padding:.35rem 1.1rem;border-radius:8px;cursor:pointer}.tab-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.tab-panel{display:flex;flex-direction:column;gap:.6rem}.sig-frame{background:#fff;border:1px dashed var(--border-strong);border-radius:10px;padding:4px}.sig-canvas{display:block;width:100%;height:180px;touch-action:none;cursor:crosshair;border-radius:6px}.sig-tools{display:flex;justify-content:flex-end}.script-preview{font-family:Segoe Script,Bradley Hand,Brush Script MT,Snell Roundhand,Apple Chancery,cursive;font-size:2rem;line-height:1.4;color:#101418;background:#fff;border:1px dashed var(--border-strong);border-radius:10px;padding:.75rem 1rem;min-height:80px;overflow-wrap:anywhere}.script-preview:empty:before{content:"Your signature";opacity:.35}.sign-status{margin:0;font-size:.85rem;line-height:1.4;text-align:center;color:var(--text-muted)}.sign-status-ready{color:var(--success)}.panel-done{border-color:var(--success)}.panel-sign{border-color:var(--accent)}
