*{box-sizing:border-box}body{color:#17202a;background:#f4f6f8;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}.auth-page{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;box-shadow:0 16px 40px #0f172a14}.auth-logo{object-fit:contain;width:150px;max-height:64px;margin:0 0 24px;display:block}.auth-card h1{margin:0 0 8px}.auth-card p{color:#5f6b7a;margin:0 0 24px}form{gap:16px;display:grid}label{gap:8px;font-weight:600;display:grid}input{border:1px solid #d8dee6;border-radius:10px;width:100%;padding:12px 14px}.password-input{position:relative}.password-input input{padding-right:46px}.password-toggle{color:#5f6b7a;background:0 0;border-radius:8px;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.password-toggle:hover{color:#17202a;background:#eef2f5}.password-toggle svg{width:20px;height:20px}select{color:#17202a;background:#fff;border:1px solid #d8dee6;border-radius:10px;width:100%;padding:12px 14px}select:disabled{cursor:not-allowed;color:#9aa6b2;background:#eef2f5}button{cursor:pointer;color:#fff;background:#17202a;border:0;border-radius:10px;padding:12px 16px;font-weight:700}button:disabled{opacity:.65;cursor:not-allowed}.loading-spinner{border:3px solid #17202a29;border-top-color:#17202a;border-radius:50%;width:28px;height:28px;animation:.75s linear infinite spin;display:inline-block}.loading-spinner-small{border-width:2px;width:16px;height:16px}.loading-spinner-medium{width:28px;height:28px}.button-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}button .loading-spinner{border-color:#fff #ffffff59 #ffffff59}.loading-state{text-align:center;justify-items:center;gap:12px;display:grid}.loading-state p,.loading-state h2{margin:0}.summary-loading-value{align-items:center;min-height:40px;display:inline-flex}@keyframes spin{to{transform:rotate(360deg)}}.auth-link{color:#17202a;text-align:right;font-weight:700;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-help{color:#5f6b7a;text-align:center;margin:0}.auth-inline-link{color:#17202a;font-weight:700;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.auth-section-message{color:#5f6b7a;margin:0;font-weight:600}.checkbox{align-items:center;gap:8px;display:flex}.checkbox input{width:auto}.auth-consent-row{align-items:flex-start}.auth-consent-row label{font-weight:600;line-height:1.45;display:inline}.text-button{color:#17202a;width:auto;font:inherit;text-align:left;background:0 0;border:0;border-radius:0;padding:0;font-weight:700;text-decoration:underline;display:inline}.text-button:hover{color:#34495e}.auth-legal-modal{max-height:calc(100vh - 48px);overflow:auto}.auth-legal-modal-body{gap:12px;margin-top:16px;display:grid}.auth-legal-modal-body p{color:#5f6b7a;margin:0;line-height:1.55}.error{color:#c0392b!important}.success{color:#1e8449!important}.dashboard-page{--dashboard-header-height:72px;background:#eef2f5;min-height:100vh}.dashboard-header{z-index:10;min-height:var(--dashboard-header-height);background:#fff;border-bottom:1px solid #d8dee6;justify-content:space-between;align-items:center;padding:0 32px;display:flex;position:sticky;top:0}.dashboard-brand{font-size:22px;line-height:1.2;display:block}.dashboard-logo{object-fit:contain;width:132px;max-height:48px;display:block}.dashboard-context{color:#5f6b7a;margin-top:2px;font-size:14px;display:block}.user-menu{position:relative}.user-menu-trigger{color:#17202a;background:#fff;border:1px solid #d8dee6;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.user-avatar{color:#fff;background:#1e8449;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.user-menu-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.user-menu-panel{background:#fff;border:1px solid #d8dee6;border-radius:8px;width:220px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 32px #0f172a1f}.user-menu-panel button{color:#17202a;text-align:left;background:0 0;border-radius:6px;width:100%;padding:10px 12px}.user-menu-panel button:hover{background:#eef2f5}.dashboard-shell{grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 72px);display:grid}.dashboard-sidebar{top:var(--dashboard-header-height);height:calc(100vh - var(--dashboard-header-height));background:#17202a;flex-direction:column;gap:8px;padding:24px 16px;display:flex;position:sticky;overflow-y:auto}.section-link{color:#d8dee6;text-align:left;background:0 0;border-radius:8px;width:100%;padding:12px 14px}.section-link:hover,.section-link.active{color:#17202a;background:#fff}.dashboard-content{padding:32px}.dashboard-detail-content{gap:20px;display:grid}.dashboard-title-row{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.dashboard-title-row h1{margin:0;font-size:32px}.section-brand{margin-bottom:14px}.section-brand img{object-fit:contain;width:120px;max-height:44px;display:block}.dashboard-title-row p{color:#5f6b7a;margin:8px 0 0}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.summary-grid article,.empty-state{background:#fff;border:1px solid #d8dee6;border-radius:8px}.summary-grid article{gap:8px;padding:20px;display:grid}.summary-grid span{color:#5f6b7a;font-weight:700}.summary-grid strong{font-size:34px}.empty-state{margin-top:16px;padding:32px}.empty-state h2{margin:0;font-size:22px}.empty-state p{color:#5f6b7a;margin:8px 0 0}.processes-panel{background:#fff;border:1px solid #d8dee6;border-radius:8px;margin-top:16px;padding:24px}.processes-filters{grid-template-columns:minmax(0,1fr) minmax(280px,420px) 220px;align-items:end;gap:16px;margin-bottom:20px;display:grid}.filter-tabs{flex-wrap:wrap;gap:8px;display:flex}.filter-tabs button{color:#17202a;background:#eef2f5}.filter-tabs button.active{color:#fff;background:#17202a}.process-search{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.status-filter{font-weight:700}.processes-table-wrapper{overflow-x:auto}.processes-table{border-collapse:collapse;width:100%}.processes-table th,.processes-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #d8dee6;padding:14px 12px}.processes-table th{color:#5f6b7a;font-size:14px}.processes-table tbody tr{cursor:pointer}.processes-table tbody tr:hover{background:#f4f6f8}.table-link-button{color:#17202a;text-align:left;background:0 0;border-radius:0;padding:0;font-weight:800}.table-link-button .loading-spinner{border-color:#17202a #17202a29 #17202a29}.table-actions{flex-wrap:wrap;gap:8px;min-width:260px;display:flex}.table-actions button{white-space:nowrap}.status-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:13px;font-weight:800;display:inline-flex}.status-draft{color:#34495e;background:#eef2f5}.status-active{color:#1e8449;background:#e9f7ef}.status-suspended{color:#9a5b00;background:#fff4e5}.status-finished{color:#1d4ed8;background:#e8f0fe}.payment-status-approved{color:#1e8449;background:#e9f7ef}.payment-status-pending{color:#9a5b00;background:#fff4e5}.payment-status-rejected,.payment-status-failed,.payment-status-cancelled{color:#c0392b;background:#fdecea}.pagination-bar{color:#5f6b7a;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;font-weight:700;display:flex}.pagination-bar div{gap:8px;display:flex}.detail-panel{background:#fff;border:1px solid #d8dee6;border-radius:8px;margin-top:16px;padding:32px}.detail-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;display:grid}.detail-list div{gap:4px;display:grid}.detail-list dt{color:#5f6b7a;font-weight:700}.detail-list dd{margin:0;font-weight:800}.invoice-summary{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;padding:24px;display:grid}.invoice-summary div{gap:8px;display:grid}.invoice-summary div:last-child{text-align:right;justify-items:end}.invoice-summary span,.invoice-summary small{color:#5f6b7a;font-weight:700}.invoice-summary strong{color:#17202a;overflow-wrap:anywhere;font-size:28px;line-height:1.15}.invoice-section{margin-top:28px}.invoice-section h2{margin:0 0 16px;font-size:20px}.invoice-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;display:grid}.invoice-meta-grid div{background:#fff;border:1px solid #d8dee6;border-radius:8px;gap:6px;padding:16px;display:grid}.invoice-meta-grid dt{color:#5f6b7a;font-weight:700}.invoice-meta-grid dd{overflow-wrap:anywhere;margin:0;font-weight:800}.invoice-meta-grid a{color:#17202a;text-decoration:none}.invoice-meta-grid a:hover{text-decoration:underline}.invoice-breakdown{background:#fff;border:1px solid #d8dee6;border-radius:8px;display:grid}.invoice-line,.invoice-total-row{border-bottom:1px solid #d8dee6;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.invoice-line span{color:#5f6b7a;font-weight:700}.invoice-line strong{color:#17202a}.invoice-total-row{background:#f4f6f8;border-bottom:0;border-radius:0 0 8px 8px;padding:20px 18px}.invoice-total-row span,.invoice-total-row strong{color:#17202a;font-size:22px;font-weight:900}.detail-documents-section{margin-top:28px}.detail-documents-section h2{margin:0 0 12px;font-size:20px}.detail-document-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.detail-document-list li{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.detail-document-list div{gap:4px;min-width:0;display:grid}.detail-document-list strong{overflow-wrap:anywhere}.detail-document-list span,.detail-document-list small{color:#5f6b7a}.detail-document-list button .button-content{color:#fff}.document-empty-state{color:#5f6b7a;background:#f4f6f8;border:1px dashed #d8dee6;border-radius:8px;padding:18px}.wizard-shell{width:min(100%,1040px);margin:0 auto;padding:48px 24px 64px}.dashboard-content .wizard-shell{padding:0 0 32px}.wizard-exit-button{color:#17202a;background:#fff;border:1px solid #d8dee6}.wizard-header{background:#fff;border:1px solid #d8dee6;border-radius:8px;margin-top:24px;padding:36px}.wizard-logo{object-fit:contain;width:136px;max-height:52px;margin-bottom:20px;display:block}.wizard-header>span{color:#5f6b7a;margin-bottom:10px;font-weight:700;display:block}.wizard-progress{grid-template-columns:repeat(var(--wizard-step-count,5), minmax(0, 1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid}.wizard-progress-step{color:#5f6b7a;text-align:center;justify-items:center;gap:8px;min-width:0;display:grid;position:relative}.wizard-progress-step:after{content:"";background:#d8dee6;border-radius:999px;width:calc(100% - 36px);height:4px;position:absolute;top:15px;left:calc(50% + 18px)}.wizard-progress-step:last-child:after{display:none}.wizard-progress-step.is-completed:after{background:#1e8449}.wizard-progress-marker{z-index:1;color:#5f6b7a;background:#fff;border:2px solid #d8dee6;border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;font-weight:800;text-decoration:none;display:grid;position:relative}.wizard-progress-marker:hover{color:#17202a;border-color:#1e8449}.wizard-progress-marker.is-disabled{cursor:not-allowed;opacity:.55}.wizard-progress-marker.is-disabled:hover{color:#5f6b7a;border-color:#d8dee6}.wizard-progress-step.is-completed .wizard-progress-marker,.wizard-progress-step.is-current .wizard-progress-marker{color:#fff;background:#1e8449;border-color:#1e8449}.wizard-progress-step.is-current .wizard-progress-marker{box-shadow:0 0 0 5px #1e844929}.wizard-progress-label{overflow-wrap:anywhere;font-size:13px;font-weight:800}.wizard-progress-step.is-completed,.wizard-progress-step.is-current{color:#17202a}.wizard-header h1{margin:0;font-size:32px}.wizard-header p{color:#5f6b7a;margin:8px 0 0}.wizard-form{background:#fff;border:1px solid #d8dee6;border-radius:8px;gap:28px;margin-top:24px;padding:36px;display:grid}.wizard-form>label{gap:10px}.wizard-recommendations{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;padding:24px}.wizard-recommendations p{margin:0 0 10px;font-weight:700}.wizard-recommendations ul{color:#5f6b7a;margin:0;padding-left:20px}.wizard-recommendations li+li{margin-top:8px}.wizard-recommendations-list{color:#5f6b7a;margin:0;padding-left:20px}.wizard-recommendations-list li+li{margin-top:8px}.document-upload-section{gap:14px;display:grid}.document-upload-title{color:#17202a;margin:0;font-weight:700}.document-upload-control{color:#17202a;text-align:center;cursor:pointer;border:1px dashed #9aa6b2;border-radius:8px;justify-content:center;align-items:center;min-height:128px;padding:28px;display:flex}.document-upload-control input{display:none}.document-upload-icon{color:#fff;background:#17202a;border-radius:50%;place-items:center;width:34px;height:34px;margin-right:10px;font-size:24px;line-height:1;display:grid}.document-file-name,.document-list{color:#5f6b7a;margin:0}.document-list{gap:12px;padding:0;list-style:none;display:grid}.document-item,.document-list li{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.document-item span,.document-list li>span{overflow-wrap:anywhere;min-width:0}.document-item button,.document-list-actions button,.document-list-actions label{color:#17202a;cursor:pointer;background:#fff;border:1px solid #d8dee6;border-radius:8px;flex:none;padding:8px 10px;font-size:14px;font-weight:700}.document-list-actions{align-items:center;gap:8px;display:flex}.document-list-actions label{display:block}.document-list-actions input{display:none}.wizard-actions{justify-content:flex-end;align-items:center;gap:14px;padding-top:8px;display:flex}.wizard-actions .auth-inline-link{color:#fff;background:#17202a;border-radius:10px;justify-content:center;align-items:center;padding:12px 16px;font-weight:700;text-decoration:none;display:inline-flex}.wizard-actions .auth-inline-link:hover{text-decoration:none}.signers-toolbar{justify-content:space-between;align-items:center;gap:20px;padding-bottom:4px;display:flex}.signers-toolbar div{gap:4px;display:grid}.signers-toolbar strong{font-size:20px}.signers-toolbar span,.signer-panel-header span{color:#5f6b7a;font-weight:700}.signers-list{gap:24px;display:grid}.signer-panel{background:#fff;border:1px solid #d8dee6;border-radius:8px;gap:24px;padding:28px;display:grid}.signer-panel-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.signer-panel-header div{gap:4px;display:grid}.signer-panel-header h2{margin:0;font-size:22px}.signer-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px;display:grid}.signer-form-grid label{gap:10px}.signer-address-field{grid-column:span 3}.signer-company-toggle{font-weight:700}.signer-preview{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:10px;padding:20px;display:grid}.signature-preview-layout{grid-template-columns:minmax(260px,420px) 156px;justify-content:start;align-items:center;gap:20px;display:grid}.signature-preview-box{gap:8px;width:100%;padding-top:18px;display:grid}.signature-preview-line{background:#17202a;width:100%;height:1px;margin-bottom:4px;display:block}.signature-preview-box strong{color:#17202a;overflow-wrap:anywhere;font-size:15px;line-height:1.35}.signature-preview-info{gap:5px;margin-top:2px;display:grid}.signature-photo-preview{background:#fff;border:1px dashed #a9b4c2;border-radius:8px;justify-items:center;gap:8px;min-height:164px;padding:18px 14px 12px;display:grid}.signature-photo-avatar{background:#edf1f5;border:1px solid #d8dee6;border-radius:50%;width:92px;height:92px;position:relative;overflow:hidden}.signature-photo-avatar:before,.signature-photo-avatar:after{content:"";position:absolute;left:50%;transform:translate(-50%)}.signature-photo-avatar:before{background:#9aa7b5;border-radius:50%;width:28px;height:28px;top:20px}.signature-photo-avatar:after{background:#9aa7b5;border-radius:999px 999px 20px 20px;width:58px;height:38px;bottom:12px}.signature-photo-preview small{color:#5f6b7a;font-size:12px;font-weight:700}.signer-preview strong,.signer-preview span{overflow-wrap:anywhere}.signer-preview span{color:#5f6b7a;overflow-wrap:anywhere}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.review-section{background:#fff;border:1px solid #d8dee6;border-radius:8px;gap:16px;padding:22px;display:grid}.review-section-full{grid-column:1/-1}.review-section h2,.submission-progress h2{margin:0;font-size:20px}.review-detail-list{gap:12px;margin:0;display:grid}.review-detail-list div{gap:4px;display:grid}.review-detail-list dt{color:#5f6b7a;font-size:13px;font-weight:700}.review-detail-list dd{color:#17202a;overflow-wrap:anywhere;margin:0}.review-signers-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.review-alert{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.review-alert .error{margin:0}.submission-progress{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:16px;padding:22px;display:grid}.submission-progress ol{gap:12px;margin:0;padding:0;list-style:none;display:grid}.submission-progress-item{align-items:center;gap:12px;display:flex}.submission-progress-item>span{background:#d8dee6;border-radius:50%;width:14px;height:14px;display:block}.submission-progress-item div{gap:2px;display:grid}.submission-progress-item small{color:#5f6b7a;font-weight:700}.submission-progress-item.completed>span{background:#16a34a}.submission-progress-item.running>span{background:0 0;place-items:center;width:18px;height:18px;display:grid}.submission-progress-item.running .loading-spinner{border-color:#2563eb #2563eb2e #2563eb2e}.submission-progress-item.failed>span{background:#dc2626}.activation-result-modal{width:min(100%,520px)}.signer-portal-page{background:#eef2f5;min-height:100vh}.signer-portal-shell{width:min(100%,1080px);margin:0 auto;padding:32px 20px 56px}.signer-portal-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.signer-portal-header img{object-fit:contain;width:136px;max-height:52px}.signer-portal-header span{color:#5f6b7a;font-weight:700}.signer-portal-hero,.signer-portal-card{background:#fff;border:1px solid #d8dee6;border-radius:8px}.signer-portal-hero{gap:24px;margin-bottom:20px;padding:32px;display:grid}.signer-portal-hero-summary{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.signer-portal-hero span{color:#5f6b7a;font-weight:700}.signer-portal-hero h1,.signer-portal-card h1,.signer-portal-card h2{margin:0}.signer-portal-hero h1{margin-top:8px;font-size:32px}.signer-portal-hero p,.signer-portal-card p{color:#5f6b7a;margin:10px 0 0}.signer-portal-status{text-align:right;justify-items:end;gap:8px;min-width:220px;display:grid}.signer-portal-status small{color:#5f6b7a;font-weight:700}.signer-portal-progress{width:100%;margin-bottom:0}.signer-portal-progress .wizard-progress-marker{font-weight:800}.signer-portal-card{gap:18px;margin-top:20px;padding:24px;display:grid}.signer-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.signer-portal-grid .signer-portal-card{margin-top:0}.signer-portal-detail-list{gap:12px;margin:0;display:grid}.signer-portal-detail-list div{gap:4px;display:grid}.signer-portal-detail-list dt{color:#5f6b7a;font-size:13px;font-weight:700}.signer-portal-detail-list dd{color:#17202a;overflow-wrap:anywhere;margin:0}.signer-portal-badges{flex-wrap:wrap;gap:10px;display:flex}.signer-portal-config-list{gap:10px;margin:0;display:grid}.signer-portal-config-list div{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;grid-template-columns:minmax(130px,.9fr) minmax(0,1.1fr);align-items:center;gap:14px;padding:12px 14px;display:grid}.signer-portal-config-list dt{color:#5f6b7a;font-size:13px;font-weight:700}.signer-portal-config-list dd{color:#17202a;overflow-wrap:anywhere;margin:0;font-weight:700}.signer-portal-document-list{gap:12px;display:grid}.signer-portal-main-document{gap:16px;display:grid}.signer-portal-main-document>div:first-child{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:5px;padding:16px;display:grid}.signer-portal-main-document>div:first-child span,.signer-portal-main-document>div:first-child small{color:#5f6b7a;font-weight:700}.signer-portal-main-document>div:first-child strong{overflow-wrap:anywhere}.signer-portal-pdf-viewer{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;width:100%;min-height:680px}.signer-portal-pdf-state{text-align:center;background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;justify-items:center;gap:12px;min-height:220px;padding:28px;display:grid}.signer-portal-document-card,.signer-portal-participant{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.signer-portal-document-card div,.signer-portal-participant div{gap:5px;min-width:0;display:grid}.signer-portal-document-card span,.signer-portal-document-card small,.signer-portal-participant span{color:#5f6b7a;font-weight:700}.signer-portal-document-card button .button-content{color:#fff}.signer-portal-document-card strong,.signer-portal-participant strong{overflow-wrap:anywhere}.signer-portal-participants{gap:12px;display:grid}.signer-portal-actions{justify-content:flex-end;gap:14px;margin-top:24px;display:flex}.signer-portal-actions-between{justify-content:space-between;align-items:center}.signer-portal-actions-between>div{gap:12px;display:flex}.signer-portal-final-state{border-color:#b7dcc3}.signer-photo-step{max-width:760px;margin-left:auto;margin-right:auto}.signer-photo-instructions{color:#5f6b7a;gap:8px;margin:0;padding-left:20px;font-weight:600;display:grid}.signer-photo-camera-panel,.signer-photo-preview-panel{gap:14px;display:grid}.signer-photo-camera-frame,.signer-photo-preview-panel img{aspect-ratio:4/3;background:#17202a;border:1px solid #d8dee6;border-radius:8px;justify-self:center;width:100%;max-width:560px;overflow:hidden}.signer-photo-camera-frame{place-items:center;display:grid;position:relative}.signer-photo-camera-frame video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.signer-photo-camera-frame.is-active{border-color:#1e8449}.signer-photo-face-guide{pointer-events:none;border:3px solid #ffffffd1;border-radius:50%;position:absolute;inset:14% 24%;box-shadow:0 0 0 999px #17202a2e}.signer-photo-camera-placeholder{color:#fff;text-align:center;gap:8px;padding:24px;display:grid}.signer-photo-camera-placeholder span{color:#d8dee6}.signer-photo-actions{flex-wrap:wrap;justify-content:center;margin-top:0}.signer-photo-preview-panel img{object-fit:contain;background:#f4f6f8;display:block}.signer-photo-permission-error{color:#7f1d1d;background:#fff5f5;border:1px solid #f2b8b5;border-radius:8px;gap:10px;padding:14px;display:grid}.signer-photo-permission-error ul,.signer-photo-permission-error p{margin:0}.signer-photo-file-input,.signer-photo-canvas{display:none}.signer-identity-document-step{max-width:760px;margin-left:auto;margin-right:auto}.signer-identity-document-picker{gap:14px;display:grid}.signer-identity-document-empty,.signer-identity-document-file{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:12px;padding:18px;display:grid}.signer-identity-document-empty strong,.signer-identity-document-file strong{color:#17202a;overflow-wrap:anywhere}.signer-identity-document-empty span,.signer-identity-document-file small{color:#5f6b7a;font-weight:700}.signer-identity-document-empty button{width:fit-content}.signer-identity-document-actions{flex-wrap:wrap;justify-content:flex-start;margin-top:0}.signer-legal-step{max-width:760px;margin-left:auto;margin-right:auto}.signer-legal-documents,.signer-legal-checkboxes{gap:12px;display:grid}.signer-legal-document-card{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.signer-legal-document-card div{gap:5px;min-width:0;display:grid}.signer-legal-document-card strong{overflow-wrap:anywhere}.signer-legal-document-card span,.signer-legal-document-card small{color:#5f6b7a;font-weight:700}.signer-legal-document-card a{color:#17202a;white-space:nowrap;font-weight:800}.signer-legal-location{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:8px;padding:16px;display:grid}.signer-legal-location p{color:#5f6b7a;margin:0}.signer-legal-actions{margin-top:0}.signer-signature-step{max-width:820px;margin-left:auto;margin-right:auto}.signer-signature-summary{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:12px;padding:16px;display:grid}.signer-signature-summary h3{margin:0;font-size:18px}.signer-signature-document-row{background:#fff;border:1px solid #d8dee6;border-radius:8px;gap:5px;padding:14px;display:grid}.signer-signature-document-row span,.signer-signature-document-row small{color:#5f6b7a;font-weight:700}.signer-signature-document-row strong{overflow-wrap:anywhere}.signer-signature-evidence-list{color:#5f6b7a;gap:8px;margin:0;padding-left:20px;font-weight:600;display:grid}.signer-signature-actions{margin-top:0}.signer-finalization-state{gap:20px}.signer-finalization-panel{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:14px;padding:16px;display:grid}.signer-finalization-panel div{gap:6px;display:grid}.signer-finalization-panel code{overflow-wrap:anywhere;background:#fff;border:1px solid #d8dee6;border-radius:8px;padding:10px 12px}.signer-finalization-actions,.public-verification-actions{flex-wrap:wrap;gap:12px;display:flex}.public-verification-page{background:#eef2f5;min-height:100vh}.public-verification-shell{width:min(100%,1080px);margin:0 auto;padding:32px 20px 56px}.dashboard-certificate-modal .public-verification-shell{width:100%;padding:0}.public-verification-header{background:#fff;border:1px solid #d8dee6;border-radius:8px;align-items:center;gap:20px;margin-bottom:20px;padding:28px;display:flex}.public-verification-header img{object-fit:contain;width:132px;max-height:52px}.public-verification-header h1{margin:0;font-size:30px}.public-verification-header p{color:#5f6b7a;margin:8px 0 0}.public-verification-status-card{background:#fff;border:1px solid #b7dcc3;border-radius:8px;gap:14px;margin-bottom:20px;padding:24px;display:grid}.public-verification-status-card h2{margin:0}.public-verification-status-card p{color:#5f6b7a;margin:0;font-weight:700}.public-verification-status-card strong{overflow-wrap:anywhere;font-size:20px}.public-verification-status-card button{width:fit-content}.public-verification-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.public-verification-signers,.public-verification-hashes{gap:12px;display:grid}.public-verification-hash{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:8px;padding:14px;display:grid}.public-verification-hash span{color:#5f6b7a;font-weight:700}.public-verification-hash code{color:#17202a;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #d8dee6;border-radius:8px;max-width:100%;padding:10px 12px;display:block;overflow:hidden}.public-verification-hash button{width:fit-content}.public-pdf-modal{gap:16px;display:grid}.signer-portal-otp-card>strong{color:#17202a;font-size:18px}.signer-portal-otp-form{gap:12px;display:grid}.signer-portal-otp-form label{color:#17202a;font-weight:700}.signer-portal-otp-form input{letter-spacing:8px;text-align:center;width:min(100%,220px);font-size:28px;font-weight:800}.signer-portal-otp-form button{width:fit-content}.signer-portal-otp-help{background:#f4f6f8;border:1px solid #d8dee6;border-radius:8px;gap:10px;padding:16px;display:grid}.signer-portal-otp-help p{margin:0}.signer-portal-otp-help button{width:fit-content}.signer-portal-modal{gap:16px;display:grid}.signer-portal-wide-modal{width:min(100%,680px)}.signer-portal-modal label{color:#17202a;gap:8px;font-weight:700;display:grid}.signer-portal-modal textarea{resize:vertical;min-height:118px}.signer-portal-fieldset{border:0;margin:0;padding:0}.signer-portal-fieldset legend{color:#17202a;margin-bottom:10px;font-weight:700}.signer-portal-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.signer-portal-loading{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:220px}.signer-portal-spinner{border:4px solid #d8dee6;border-top-color:#17202a;border-radius:50%;width:34px;height:34px;animation:.9s linear infinite signer-portal-spin}.signer-portal-error.tone-error{border-color:#f2b8b5}.signer-portal-error.tone-warning{border-color:#fed7aa}.signer-portal-error-actions{align-items:center;gap:14px;margin-top:6px;display:flex}@keyframes signer-portal-spin{to{transform:rotate(360deg)}}.modal-backdrop{z-index:20;background:#17202a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.confirmation-modal{background:#fff;border-radius:8px;width:min(100%,420px);padding:28px;box-shadow:0 20px 48px #0f172a2e}.confirmation-modal h2{margin:0;font-size:22px}.process-detail-modal{background:#fff;border-radius:8px;width:min(100%,980px);max-height:calc(100vh - 48px);padding:28px;overflow:auto;box-shadow:0 20px 48px #0f172a2e}.process-detail-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.process-detail-modal-header span{color:#5f6b7a;margin-bottom:6px;font-weight:700;display:block}.modal-logo{object-fit:contain;width:124px;max-height:48px;margin-bottom:14px;display:block}.process-detail-modal-header h2{margin:0;font-size:26px}.confirmation-modal p{color:#5f6b7a;margin:10px 0 0}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}@media (width<=760px){.wizard-shell{padding:28px 16px 44px}.wizard-header,.wizard-form{padding:24px}.wizard-progress{gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.wizard-progress-step{min-width:86px}.wizard-progress-step:after{width:calc(100% - 22px);left:calc(50% + 17px)}.wizard-progress-label{font-size:12px}.wizard-form{gap:24px}.dashboard-header{align-items:flex-start;gap:16px;padding:16px}.user-menu-name{display:none}.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{flex-direction:row;height:auto;padding:12px 16px;position:static;overflow:auto visible}.section-link{white-space:nowrap;width:auto}.dashboard-content{padding:24px 16px}.dashboard-title-row,.summary-grid,.detail-list,.invoice-summary,.invoice-meta-grid,.processes-filters,.process-search,.review-grid,.review-signers-list{grid-template-columns:1fr}.review-alert{flex-direction:column;align-items:stretch}.signer-portal-shell{padding:24px 16px 44px}.signer-portal-header,.signer-portal-hero-summary,.public-verification-header,.signer-portal-document-card,.signer-legal-document-card,.signer-portal-participant,.signer-portal-actions,.signer-portal-actions-between>div,.signer-portal-error-actions{flex-direction:column;align-items:stretch}.signer-portal-hero,.signer-portal-card{padding:22px}.signer-portal-hero h1{font-size:26px}.signer-portal-pdf-viewer{min-height:520px}.signer-portal-otp-form input,.signer-portal-otp-form button,.signer-portal-otp-help button,.signer-photo-actions button,.signer-identity-document-empty button,.signer-identity-document-actions button{width:100%}.signer-portal-status{text-align:left;justify-items:start;min-width:0}.signer-portal-grid,.public-verification-grid,.signer-portal-loading,.signer-portal-checkbox-grid{grid-template-columns:1fr}.public-verification-shell{padding:24px 16px 44px}.public-verification-header h1{font-size:26px}.public-verification-actions button,.signer-finalization-actions button{width:100%}.signer-portal-config-list div{grid-template-columns:1fr;gap:5px}.signer-photo-face-guide{inset:12% 18%}.invoice-summary div:last-child{text-align:left;justify-items:start}.invoice-line,.invoice-total-row{flex-direction:column;align-items:flex-start}.dashboard-title-row,.wizard-actions,.signers-toolbar,.signer-panel-header{display:grid}.signer-form-grid,.signature-preview-layout{grid-template-columns:1fr}.signature-photo-preview{width:min(100%,160px)}.signer-address-field{grid-column:auto}.pagination-bar,.pagination-bar div,.process-detail-modal-header,.document-item,.document-list li,.detail-document-list li,.document-list-actions{flex-direction:column;align-items:stretch}}
