:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f6f7fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:inherit}.page{max-width:1200px;margin:0 auto;padding:32px 24px 48px;display:flex;flex-direction:column;gap:20px}.header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.eyebrow{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}h1{margin:4px 0 6px;font-size:32px}.subhead{margin:0;color:#4b5563}.meta{display:flex;gap:8px;flex-wrap:wrap}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 10px 30px #00000008}.card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.stack{display:flex;flex-direction:column;gap:10px}label span{font-weight:600;color:#111827}input,textarea,select{padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:14px}textarea{min-height:80px;resize:vertical}button{border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;background:#fff;cursor:pointer;font-weight:600;transition:all .15s ease}button:hover{border-color:#9ca3af}button.primary{background:#2563eb;color:#fff;border-color:#2563eb}button.primary:hover{background:#1d4ed8}button.ghost{background:transparent;border-color:#e5e7eb}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;font-size:12px}.pill.primary{border-color:#2563eb;color:#1d4ed8;background:#e5edff}.pill.success{color:#065f46;background:#ecfdf3;border-color:#a7f3d0}.pill.info{color:#1f2937}.alert{padding:10px 12px;border-radius:8px;border:1px solid #fecdd3;background:#fff1f2;color:#b91c1c}.fields-list{display:flex;flex-direction:column;gap:10px}.fields-header{display:flex;align-items:center;justify-content:space-between}.field-row{display:grid;grid-template-columns:1.2fr .9fr .5fr .5fr auto;gap:8px;align-items:center}.field-label{font-weight:600}.table{display:flex;flex-direction:column;gap:4px}.table-head,.table-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 1.4fr auto;align-items:center;gap:8px;padding:10px 8px}.table-head{font-weight:700;color:#111827;border-bottom:1px solid #e5e7eb}.table-row{border-bottom:1px solid #f1f5f9}.status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;font-weight:600;font-size:12px;background:#e5e7eb}.status.created{background:#eef2ff;color:#4338ca}.status.approved{background:#ecfeff;color:#0e7490}.status.sent{background:#fef9c3;color:#92400e}.status.signed{background:#dcfce7;color:#166534}.status.locked{background:#e5e7eb;color:#111827}.status.revoked{background:#fee2e2;color:#991b1b}.filters{display:flex;gap:8px}.muted{color:#6b7280;margin:0}.status-actions{display:flex;align-items:center;gap:8px}@media(max-width:720px){.field-row,.table-head,.table-row{grid-template-columns:1fr}.header{flex-direction:column}}
