#signing-ceremony{margin:-15px}.ceremony-welcome-card{max-width:560px;margin:40px auto;text-align:center;padding:40px 32px}.ceremony-welcome-header{margin-bottom:28px}.ceremony-shield-icon{margin-bottom:16px}.ceremony-welcome-header h2{margin-bottom:6px;font-weight:600}.ceremony-doc-badge{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:8px 16px;background:var(--subtle-fg);border-radius:8px;font-weight:600;font-size:.95rem}.ceremony-provider-section{text-align:left;margin-bottom:20px}.ceremony-section-label{display:block;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:10px}.ceremony-provider-cards{display:flex;flex-direction:column;gap:8px}.ceremony-provider-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:2px solid var(--border-color);border-radius:10px;cursor:pointer;transition:all .15s ease;background:var(--card-bg)}.ceremony-provider-card:hover{border-color:var(--primary);background:var(--subtle-fg)}.ceremony-provider-card.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,transparent)}.ceremony-provider-card-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--subtle-fg)}.ceremony-provider-card.selected .ceremony-provider-card-icon{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}.ceremony-provider-card.selected .ceremony-provider-card-icon svg{stroke:var(--primary)}.ceremony-provider-card-body{flex:1;text-align:left}.ceremony-provider-card-title{font-weight:600;font-size:.95rem;margin-bottom:2px}.ceremony-provider-card-desc{font-size:.8rem;color:var(--text-muted);line-height:1.35}.ceremony-provider-card-badge{display:inline-block;margin-top:4px;padding:1px 6px;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.03em}.badge-qes{background:color-mix(in srgb,var(--green-500, #28a745) 15%,transparent);color:var(--green-600, #1e7e34)}.badge-aes{background:color-mix(in srgb,var(--blue-500, #007bff) 15%,transparent);color:var(--blue-600, #0056b3)}.ceremony-provider-card-check{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:0;color:var(--primary);transition:opacity .15s}.ceremony-provider-card.selected .ceremony-provider-card-check{opacity:1}.ceremony-consent{text-align:left;background:var(--subtle-fg);padding:14px 16px;border-radius:10px;margin-top:20px}.ceremony-consent label{cursor:pointer;margin:0;font-size:.85rem;color:var(--text-muted)}@media (max-width: 768px){.ceremony-welcome-card{margin:16px auto;padding:24px 16px}}.ceremony-embedded-container{max-width:700px;margin:20px auto;padding:0 16px}.ceremony-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid var(--border-color);background:var(--card-bg);position:sticky;top:0;z-index:10}.ceremony-topbar-title{font-size:.95rem}.ceremony-content{display:flex;height:calc(100vh - 120px);overflow:hidden}.ceremony-sidebar{width:120px;min-width:120px;border-right:1px solid var(--border-color);overflow-y:auto;padding:12px 8px;background:var(--subtle-fg)}.ceremony-thumbnail{cursor:pointer;border:2px solid transparent;border-radius:4px;margin-bottom:8px;overflow:hidden;transition:border-color .2s}.ceremony-thumbnail:hover,.ceremony-thumbnail.active{border-color:var(--primary)}.ceremony-thumbnail canvas{width:100%;display:block}.ceremony-thumbnail-label{text-align:center;font-size:.75rem;color:var(--text-muted);padding:2px 0}.ceremony-document{flex:1;overflow-y:auto;padding:20px;background:var(--subtle-fg)}.ceremony-pages{max-width:800px;margin:0 auto}.ceremony-page-wrapper{position:relative;margin-bottom:16px;box-shadow:0 2px 8px #0000001a;background:white}.ceremony-page-wrapper canvas{display:block;width:100%;height:auto}.ceremony-sig-field{position:absolute;border:2px dashed var(--yellow-500, #f0ad4e);background:rgba(255,193,7,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px;z-index:5}.ceremony-sig-field:hover{background:rgba(255,193,7,.3);border-color:var(--yellow-600, #e09900)}.ceremony-sig-field.pending{animation:sig-pulse 2s ease-in-out infinite}.ceremony-sig-field.completed{border-color:var(--green-500, #28a745);background:rgba(40,167,69,.05);animation:none;cursor:default}.ceremony-sig-field-label{font-size:.85rem;color:var(--yellow-700, #856404);font-weight:500;pointer-events:none}.ceremony-sig-field.completed .ceremony-sig-field-label{display:none}.ceremony-sig-field-preview{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:none}.ceremony-sig-field.completed .ceremony-sig-field-preview{display:block}@keyframes sig-pulse{0%,to{box-shadow:0 0 #ffc10766}50%{box-shadow:0 0 0 8px #ffc10700}}.ceremony-bottombar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--border-color);background:var(--card-bg);position:sticky;bottom:0;z-index:10}.ceremony-progress{font-size:.9rem;color:var(--text-muted)}.ceremony-actions{display:flex;gap:8px}.signature-draw-area{border:1px solid var(--border-color);border-radius:8px;background:var(--control-bg);text-align:center}.signature-draw-area canvas{cursor:crosshair;border-radius:8px 8px 0 0;display:block;width:100%;touch-action:none}.signature-type-preview{min-height:80px;display:flex;align-items:center;justify-content:center;font-family:Brush Script MT,Dancing Script,Segoe Script,cursive;font-size:2rem;color:var(--text-color);border:1px solid var(--border-color);border-radius:8px;background:var(--control-bg)}@media (max-width: 768px){.ceremony-sidebar{display:none}.ceremony-content{height:calc(100vh - 110px)}.ceremony-document{padding:8px}.ceremony-topbar-title .text-muted{display:none}.ceremony-bottombar{flex-direction:column;gap:8px}}
/*# sourceMappingURL=digital_signing_ceremony.bundle.KZQXNUPG.css.map */
