.forms-module{color:var(--forms-ink)}.forms-module a{color:var(--forms-crimson)}.forms-module .forms-wrap{width:100%;padding-top:1.5rem;padding-bottom:3.5rem}.forms-module .card{background:var(--forms-white);border:1px solid var(--forms-line);border-radius:var(--forms-radius);box-shadow:var(--forms-shadow);padding:1.5rem}.forms-module .card+.card{margin-top:1.25rem}.forms-module .card h2{margin:0 0 .25rem;font-size:1.0625rem;font-weight:700;color:var(--forms-ink)}.forms-module .card .hint{margin:0 0 1.125rem;font-size:.8125rem;color:var(--forms-gray)}.forms-module .field{margin-bottom:1rem}.forms-module .field>label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:600;color:var(--forms-ink)}.forms-module .field .req{color:var(--forms-crimson);margin-left:.125rem}.forms-module input[type=date],.forms-module input[type=email],.forms-module input[type=password],.forms-module input[type=search],.forms-module input[type=text],.forms-module select,.forms-module textarea{width:100%;padding:.625rem .75rem;font:inherit;color:var(--forms-ink);background:var(--forms-field);border:1px solid var(--forms-line-strong);border-radius:.75rem;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.forms-module textarea{min-height:6rem;resize:vertical}.forms-module input:focus,.forms-module select:focus,.forms-module textarea:focus{outline:none;background:var(--forms-white);border-color:var(--forms-crimson);box-shadow:0 0 0 3px color-mix(in srgb,var(--forms-crimson) 16%,transparent)}.forms-module .check{display:flex;align-items:center;gap:.625rem}.forms-module .check input{width:1.125rem;height:1.125rem;accent-color:var(--forms-crimson)}.forms-module .check label{font-size:.875rem;font-weight:600;margin:0}.forms-module .btn{appearance:none;border:none;border-radius:999px;padding:.6875rem 1.125rem;font:inherit;font-weight:700;cursor:pointer;background:var(--forms-crimson);color:#fff!important;transition:background .12s ease,transform .04s ease}.forms-module .btn:hover{background:var(--forms-crimson-dark)}.forms-module .btn:active{transform:translateY(1px)}.forms-module .btn:disabled{background:var(--forms-gray-soft);cursor:not-allowed}.forms-module .btn--ghost{background:transparent;color:var(--forms-crimson)!important;border:1px solid var(--forms-line-strong)}.forms-module .btn--ghost:hover{background:var(--forms-field)}.forms-module .btn--sm{padding:.4375rem .75rem;font-size:.8125rem}.forms-module .btn--danger{color:var(--forms-err)!important}.forms-module .note{margin:.875rem 0 0;padding:.75rem .875rem;border-radius:.75rem;font-size:.875rem;border:1px solid var(--forms-line);background:var(--forms-field);color:var(--forms-gray)}.forms-module .note--ok{border-color:rgba(31,122,77,.4);background:rgba(31,122,77,.08);color:var(--forms-ok)}.forms-module .note--err{border-color:rgba(179,38,30,.4);background:rgba(179,38,30,.07);color:var(--forms-err)}.forms-module .note ul{margin:.375rem 0 0;padding-left:1.125rem}.forms-module .muted{color:var(--forms-gray);font-size:.8125rem}.forms-module .spinner{font-size:.875rem;color:var(--forms-gray)}.forms-module .radios{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.forms-module .radios label{display:flex;align-items:center;gap:.5rem;padding:.5625rem .875rem;border:1px solid var(--forms-line-strong);border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer}.forms-module .radios input{accent-color:var(--forms-crimson)}.forms-module .radios label.checked{border-color:var(--forms-crimson);background:color-mix(in srgb,var(--forms-crimson) 5%,white)}.forms-module .tag{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.1875rem .5625rem;border-radius:999px;background:var(--forms-field);color:var(--forms-gray);border:1px solid var(--forms-line);white-space:nowrap}.forms-module .tag--on{color:var(--forms-ok);border-color:rgba(31,122,77,.4);background:rgba(31,122,77,.08)}.forms-module .toolbar{display:flex;gap:.625rem;align-items:center;margin-bottom:.875rem;flex-wrap:wrap}.forms-module .toolbar .search{flex:1;min-width:12rem}.forms-module .table-wrap{overflow-x:auto}.forms-module .table{width:100%;border-collapse:collapse}.forms-module .table td,.forms-module .table th{text-align:left;padding:.6875rem .75rem;border-bottom:1px solid var(--forms-line);font-size:.875rem;vertical-align:middle}.forms-module .table th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--forms-gray);font-weight:700}.forms-module .table tr.is-active td{background:color-mix(in srgb,var(--forms-crimson) 4%,white)}.forms-module .table .name{font-weight:700}.forms-module .table .id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--forms-gray)}.forms-module .empty{padding:1.125rem .25rem;color:var(--forms-gray);font-size:.875rem}.forms-module .add-row{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.forms-module .add-row input,.forms-module .add-row select{flex:1;min-width:10rem}.forms-module .rule{padding:.75rem 0;border-top:1px solid var(--forms-line)}.forms-module .rule:first-child{border-top:none}.forms-module .rule__top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.forms-module .rule__name{font-weight:700;font-size:.875rem}.forms-module .approval-status{margin:.75rem 0 1rem;padding:.75rem .875rem;border-radius:.75rem;border:1px solid var(--forms-line);background:var(--forms-field)}.forms-module .approval-status__label{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--forms-gray);margin-bottom:.25rem}.forms-module .approval-status__value{font-size:1rem;color:var(--forms-ink)}.forms-module .approval-status--ok{border-color:rgba(46,125,50,.35);background:rgba(46,125,50,.08)}.forms-module .approval-status--current{border-color:color-mix(in srgb,var(--forms-crimson) 35%,transparent);background:color-mix(in srgb,var(--forms-crimson) 6%,white)}.forms-module .approval-status--err{border-color:rgba(180,35,24,.35);background:rgba(180,35,24,.08)}.forms-module .sub-card+.sub-card{margin-top:1rem}.forms-module .sub-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.125rem}.forms-module .sub-name{font-size:1rem;font-weight:700}.forms-module .badge{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .625rem;border-radius:999px;white-space:nowrap;border:1px solid var(--forms-line);background:var(--forms-field);color:var(--forms-gray)}.forms-module .badge--ok{color:var(--forms-ok);border-color:rgba(31,122,77,.4);background:rgba(31,122,77,.08)}.forms-module .badge--err{color:var(--forms-err);border-color:rgba(179,38,30,.4);background:rgba(179,38,30,.07)}.forms-module .badge--neutral{color:var(--forms-crimson);border-color:color-mix(in srgb,var(--forms-crimson) 35%,transparent);background:color-mix(in srgb,var(--forms-crimson) 5%,white)}.forms-module .badge--sm{font-size:.625rem;padding:.1875rem .4375rem;white-space:normal;line-height:1.3;text-align:left;display:inline-block}.forms-module .stepper{list-style:none;margin:0;padding:0;display:flex}.forms-module .step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .375rem}.forms-module .step__dot{width:1.875rem;height:1.875rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;z-index:1;border:2px solid var(--forms-line-strong);background:var(--forms-white);color:var(--forms-gray-soft)}.forms-module .step__bar{position:absolute;top:.875rem;left:50%;width:100%;height:2px;background:var(--forms-line-strong);z-index:0}.forms-module .step__name{margin-top:.5rem;font-size:.8125rem;font-weight:600}.forms-module .step__val{margin-top:.125rem;font-size:.75rem;color:var(--forms-gray)}.forms-module .step--done .step__dot{background:var(--forms-crimson);border-color:var(--forms-crimson);color:#fff}.forms-module .step--done .step__bar{background:var(--forms-crimson)}.forms-module .step--current .step__dot{border-color:var(--forms-crimson);color:var(--forms-crimson);box-shadow:0 0 0 4px color-mix(in srgb,var(--forms-crimson) 14%,transparent)}.forms-module .step--declined .step__dot{background:var(--forms-err);border-color:var(--forms-err);color:#fff}.forms-module .step--upcoming .step__dot{border-style:dashed}.forms-module .timeline-row{margin-top:1.125rem;padding-top:.875rem;border-top:1px solid var(--forms-line)}.forms-module .timeline{margin-top:.75rem}.forms-module .tl-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.4375rem 0;border-bottom:1px dashed var(--forms-line)}.forms-module .tl-item:last-child{border-bottom:none}.forms-module .tl-name{font-weight:700;font-size:.8125rem;min-width:8.125rem}.forms-module .tl-val{font-size:.75rem;font-weight:700;color:var(--forms-crimson)}.forms-module .tl-meta{font-size:.75rem;color:var(--forms-gray);margin-left:auto}.forms-module .action-row{display:flex;gap:.5rem;margin:.75rem 0;flex-wrap:wrap}.forms-module .extras-block{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--forms-line)}.forms-module .comment{margin:.5rem 0;font-size:.875rem}.forms-module .comment-form{display:flex;gap:.5rem;margin-top:.5rem}.forms-module .comment-form input{flex:1}.forms-module .tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.forms-module .tab-btn{background:var(--forms-white);border:1px solid var(--forms-line);border-radius:999px;padding:.5rem .875rem;cursor:pointer;font-weight:600;font-size:.8125rem;color:var(--forms-gray)}.forms-module .tab-btn.is-active{background:var(--forms-crimson);color:#fff;border-color:var(--forms-crimson)}.forms-module .search-results{list-style:none;padding:0;margin:0}.forms-module .search-results li{padding:.625rem 0;border-bottom:1px solid var(--forms-line)}.forms-module .sheet-toolbar{flex-wrap:wrap}.forms-module .sheet-toggle{font-size:.875rem;white-space:nowrap}.forms-module .sheet-grid-card{padding-bottom:1.25rem}.forms-module .sheet-grid-head{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.forms-module .sheet-grid-head h2{margin:0 0 .375rem}.forms-module .sheet-legend{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.forms-module .sheet-legend__item{font-size:.6875rem;font-weight:700;padding:.25rem .625rem;border-radius:999px;border:1px solid var(--forms-line)}.forms-module .sheet-legend__item--approved{background:rgba(46,125,50,.14);color:#1b5e20;border-color:rgba(46,125,50,.35)}.forms-module .sheet-legend__item--declined{background:rgba(179,38,30,.12);color:#b3261e;border-color:rgba(179,38,30,.35)}.forms-module .sheet-legend__item--pending{background:rgba(230,126,34,.14);color:#c05600;border-color:rgba(230,126,34,.35)}.forms-module .sheet-legend__item--empty{background:var(--forms-field);color:var(--forms-gray)}.forms-module .sheet-stages{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-bottom:.875rem;padding:.625rem .75rem;background:var(--forms-field);border-radius:.75rem;border:1px solid var(--forms-line);font-size:.8125rem}.forms-module .sheet-stages__label{font-weight:700;margin-right:.25rem}.forms-module .sheet-stages__chip{display:inline-flex;align-items:center;gap:.375rem;font-weight:600;color:var(--forms-crimson)}.forms-module .sheet-stages__arrow{color:var(--forms-gray);font-weight:400}.forms-module .sheet-stages__overall{margin-left:auto;color:var(--forms-gray);font-size:.75rem}.forms-module .sheet-grid-wrap{overflow:auto;max-height:75vh;border:1px solid var(--forms-line-strong);border-radius:.75rem;background:var(--forms-white)}.forms-module .sheet-grid{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:.8125rem}.forms-module .sheet-grid thead th{position:sticky;top:0;z-index:3;background:#f4f5f7;border-bottom:2px solid var(--forms-line-strong);border-right:1px solid var(--forms-line);padding:.5rem .625rem;text-align:left;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--forms-gray);white-space:nowrap;vertical-align:bottom}.forms-module .sheet-grid tbody td{border-bottom:1px solid var(--forms-line);border-right:1px solid var(--forms-line);padding:0;vertical-align:middle;background:var(--forms-white)}.forms-module .sheet-grid tbody tr:hover td{background:color-mix(in srgb,var(--forms-crimson) 3%,white)}.forms-module .sheet-grid tbody tr:hover td.sheet-grid__sticky{background:#faf4f5}.forms-module .sheet-grid__sticky{position:sticky;z-index:2;background:var(--forms-white);box-shadow:1px 0 0 var(--forms-line)}.forms-module .sheet-grid thead .sheet-grid__sticky{z-index:4;background:#eef0f4}.forms-module .sheet-grid__rownum{left:0;min-width:2.75rem;max-width:2.75rem;text-align:center;font-size:.6875rem;padding:.5rem .375rem!important}.forms-module .sheet-grid__approval-col{left:2.75rem;min-width:9.25rem;max-width:12.5rem;padding:.375rem .5rem!important;font-size:.6875rem}.forms-module .sheet-grid__primary-col{left:12rem;min-width:8.75rem;box-shadow:2px 0 4px rgba(0,0,0,.06)}.forms-module .sheet-grid__stage-head{background:#f9f0f2!important;color:var(--forms-crimson)}.forms-module .sheet-grid__overall-head{background:#eef3fa!important;color:#184785}.forms-module .sheet-grid__col-title{display:block;max-width:10rem;overflow:hidden;text-overflow:ellipsis}.forms-module .sheet-grid__col-tag{display:block;margin-top:.125rem;font-size:.5625rem;font-weight:700;opacity:.75;text-transform:uppercase}.forms-module .sheet-cell{padding:.4375rem .625rem;min-width:6.25rem;max-width:13.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forms-module .sheet-cell--primary{font-weight:700}.forms-module .sheet-cell__empty{color:#c4c9d4}.forms-module .sheet-cell--filled.sheet-cell--approved{background:rgba(46,125,50,.18);color:#1b5e20;font-weight:700;box-shadow:inset 3px 0 0 #2e7d32}.forms-module .sheet-cell--filled.sheet-cell--declined{background:rgba(179,38,30,.14);color:#b3261e;font-weight:700;box-shadow:inset 3px 0 0 #b3261e}.forms-module .sheet-cell--filled.sheet-cell--pending{background:rgba(230,126,34,.16);color:#a85b00;font-weight:700;box-shadow:inset 3px 0 0 #e67e22}.forms-module .sheet-cell--overall.sheet-cell--empty,.forms-module .sheet-cell--stage.sheet-cell--empty{background:#fafafa}.forms-module .sheet-grid-foot{margin-top:.75rem;margin-bottom:0}.forms-module .forms-page-title{margin:0;font-family:var(--font-workspace-serif),Georgia,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--forms-ink)}.forms-module .forms-page-subtitle{margin:.35rem 0 0;font-size:.875rem;line-height:1.45;color:var(--forms-gray);max-width:48rem}@media (max-width:520px){.forms-module .card{padding:1.125rem}.forms-module .step__name{font-size:.75rem}.forms-module .field input,.forms-module .field select,.forms-module .field textarea{font-size:16px;min-height:2.75rem}.forms-module .btn{width:100%;min-height:2.75rem;justify-content:center}.forms-module .toolbar{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.forms-module *{transition:none!important}}