:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.signing-shell{flex-direction:column;gap:24px;animation:.5s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.document-hero,.actions-bar,.signing-sidebar,.pdf-panel,.signing-state-card,.text-modal{background:#fff;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.document-hero{background:linear-gradient(90deg,#fff,#f8fafc);border-radius:24px;justify-content:space-between;align-items:center;gap:24px;padding:32px 40px;display:flex}.document-title-group{align-items:center;gap:20px;min-width:0;display:flex}.document-icon{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:20px;flex:none;place-items:center;width:64px;height:64px;display:grid;box-shadow:0 8px 16px -4px #2563eb26}.eyebrow{color:#3b82f6;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.document-hero h1{color:#0f172a;overflow-wrap:anywhere;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800;line-height:1.2}.signer-meta{color:#475569;flex-wrap:wrap;gap:10px 20px;margin-top:14px;font-size:14px;font-weight:600;display:flex}.signer-meta span{background:#f1f5f9;border-radius:8px;align-items:center;gap:8px;padding:4px 12px;display:inline-flex}.progress-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex:none;align-items:center;gap:16px;min-width:200px;padding:16px 20px;display:flex;box-shadow:0 10px 15px -3px #0000000d}.progress-ring{color:#059669;background:radial-gradient(closest-side, #fff 75%, transparent 76%), conic-gradient(#10b981 var(--progress,0%), #f1f5f9 0);border-radius:50%;place-items:center;width:60px;height:60px;transition:--progress .5s;display:grid;position:relative}.progress-ring:before{content:"";background:conic-gradient(#10b981 var(--progress,0%), transparent 0);opacity:.2;filter:blur(4px);border-radius:50%;position:absolute;inset:-2px}.progress-ring span{font-size:14px;font-weight:800}.progress-card strong,.progress-card span{display:block}.progress-card strong{color:#0f172a;letter-spacing:-.01em;font-size:22px;line-height:1}.progress-card>div:last-child span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-top:6px;font-size:11px;font-weight:800}.notice-banner{border-radius:16px;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:700;display:flex;box-shadow:0 4px 6px -1px #0000000d}.notice-error{color:#991b1b;background:#fff1f1;border:1px solid #fee2e2}.notice-success{color:#065f46;background:#ecfdf5;border:1px solid #d1fae5}.actions-bar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff4d;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex;position:sticky;top:20px;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003}.status-pill{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:10px;min-height:44px;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex}.actions{align-items:center;gap:12px;display:flex}.submit-button,.reject-button,.secondary-button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.submit-button{color:#fff;background:#2563eb;box-shadow:0 4px 12px #2563eb40}.submit-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.submit-button:active:not(:disabled){transform:translateY(0)}.reject-button{color:#dc2626;background:#fff;border-color:#fee2e2}.reject-button:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5;transform:translateY(-2px)}.secondary-button{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.secondary-button:hover:not(:disabled){background:#e2e8f0}.submit-button:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8;transform:none}.workspace-grid{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:24px;display:grid}.signing-sidebar{border-radius:24px;position:sticky;top:108px;overflow:hidden}.sidebar-section{border-bottom:1px solid #f1f5f9;padding:24px}.sidebar-section h2{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;font-size:12px;font-weight:800}.checklist-row{color:#64748b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;font-size:13px;font-weight:700;transition:all .2s;display:grid}.checklist-row:last-child{margin-bottom:0}.checklist-row.complete{color:#059669;background:#ecfdf5;border-color:#d1fae5}.checklist-row strong{background:#fff;border:1px solid #f1f5f9;border-radius:8px;padding:2px 8px;font-size:12px}.legend-row{color:#64748b;align-items:center;gap:12px;margin-bottom:12px;font-size:13px;font-weight:600;line-height:1.5;display:flex}.legend-swatch{border-radius:8px;flex:none;width:20px;height:20px}.legend-swatch.pending{background:#eff6ff;border:2px dashed #3b82f6}.legend-swatch.completed{background:#ecfdf5;border:2px solid #10b981}.pdf-panel{background:#f1f5f9;border-radius:24px;min-height:800px;padding:32px;overflow-x:auto}.pdf-panel .react-pdf__Document{flex-direction:column;align-items:center;gap:24px;display:flex}.page-container{background:#fff;border:0;border-radius:12px;width:fit-content;margin-bottom:32px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.page-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#fff;border-bottom:1px solid #f1f5f9;border-radius:12px 12px 0 0;padding:12px 20px;font-size:11px;font-weight:800}.page-wrapper{background:#fff;position:relative;overflow:hidden}.page-wrapper .react-pdf__Page,.page-wrapper canvas{display:block}.field-box{z-index:10;box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute}.pending-field{color:#2563eb;cursor:pointer;background:#eff6ffe6;border:2px dashed #3b82f6;box-shadow:0 0 0 2px #3b82f61a}.pending-field:hover{z-index:20;background:#fff;transform:scale(1.02);box-shadow:0 10px 15px -3px #3b82f633}.field-tooltip{color:#f1f5f9;white-space:nowrap;pointer-events:none;opacity:0;z-index:100;background:#1e293b;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:110%;left:50%;transform:translate(-50%)translateY(-10px);box-shadow:0 4px 6px -1px #0000001a}.field-box:hover .field-tooltip{opacity:1;transform:translate(-50%)translateY(-5px)}.field-tooltip:after{content:"";border:5px solid #0000;border-top-color:#1e293b;margin-left:-5px;position:absolute;top:100%;left:50%}.locked-field{cursor:default;transition:all .3s}.locked-field:hover{background:#f8fafc99}.locked-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#64748b;text-transform:uppercase;letter-spacing:.05em;opacity:0;z-index:10;background:#ffffffd9;border-radius:4px;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.edit-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;text-transform:uppercase;letter-spacing:.05em;opacity:0;z-index:10;background:#2563ebd9;border-radius:4px;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.field-box:hover>.edit-overlay,.field-box:hover>.locked-overlay{opacity:1}.editable-field:hover{z-index:30;background:#fffc;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb26}.completed-field{color:#0f172a;box-shadow:none;cursor:pointer;font-size:var(--completed-font-size,12px);background:0 0;border:0;font-weight:500}.completed-field:disabled{cursor:default}.completed-field:hover{z-index:20;background:#ffffff40;outline:1px dashed #2563eb73}.signature-image{object-fit:contain;pointer-events:none;mix-blend-mode:multiply;width:100%;height:100%;display:block}.field-type-1 .signature-image{width:86%;height:70%}.field-type-2 .signature-image{width:72%;height:62%}.completed-text-wrapper{justify-content:center;align-items:center;width:100%;height:100%;padding:2px 4px;display:flex;overflow:hidden}.completed-text-wrapper span{text-align:center;white-space:nowrap;overflow-wrap:anywhere;width:100%;line-height:1.15;overflow:hidden}.field-type-3 .completed-text-wrapper span,.field-type-4 .completed-text-wrapper span,.field-type-5 .completed-text-wrapper span,.field-type-6 .completed-text-wrapper span{font-weight:500}.field-type-4 .completed-text-wrapper span{letter-spacing:-.01em}.field-type-7{justify-content:center;align-items:center;font-size:16px;display:flex}.checkbox-visual{color:#0f172a;background:#fff;border:2px solid #0f172a;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;box-shadow:0 1px 2px #0000000d}.pdf-state{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 6px -1px #0000000d}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a94;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.text-modal{border:0;border-radius:28px;width:min(520px,100%);padding:32px;box-shadow:0 25px 50px -12px #00000040}.text-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.text-modal h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.text-modal p{color:#64748b;margin:4px 0 0;font-size:14px;line-height:1.45}.modal-body{margin-bottom:24px}.textarea{color:#0f172a;resize:vertical;background:#f8fafc;border:2px solid #f1f5f9;border-radius:16px;outline:none;width:100%;min-height:140px;padding:16px;font-family:inherit;font-size:15px;transition:all .2s}.textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.close-button{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.close-button:hover{color:#0f172a;background:#e2e8f0}.ghost-button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:12px;padding:10px 20px;font-weight:700;transition:all .2s}.ghost-button:hover{color:#0f172a;background:#f1f5f9}.signing-trust-badge{color:#64748b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-top:40px;padding:16px}.indicator-dot{border-radius:50%;width:10px;height:10px}.indicator-dot.red{background:#ef4444;box-shadow:0 0 8px #ef444480}.indicator-dot.green{background:#10b981;box-shadow:0 0 8px #10b98180}.pulse-animation{animation:2s ease-in-out infinite pulse-ring}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(.9)}}.loading-workspace{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;position:relative}.pulse-loader{opacity:.1;background:#2563eb;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse-expand;position:absolute}@keyframes pulse-expand{0%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.error-icon-bg{background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.pulse-highlight{animation:2s ease-out pulse-highlight-anim}@keyframes pulse-highlight-anim{0%{transform:scale(1);box-shadow:0 0 #2563ebb3}30%{transform:scale(1.1);box-shadow:0 0 0 15px #2563eb00}to{transform:scale(1);box-shadow:0 0 #2563eb00}}.signing-state-card{border-radius:32px;max-width:480px;margin:80px auto;padding:48px}.signing-state-card h1{margin-bottom:12px;font-size:24px}.signing-state-card p{color:#64748b;font-size:16px}@media (width<=1024px){.workspace-grid{grid-template-columns:1fr}.signing-sidebar{position:static}}@media (width<=768px){.document-hero{flex-direction:column;align-items:flex-start;padding:24px}.progress-card{width:100%}.actions-bar{border-radius:20px;flex-direction:column;gap:12px;padding:16px}.status-pill,.actions{width:100%}.submit-button,.reject-button{flex:1}}:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f6f8;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}body{background:#f4f6f8;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}#root{min-height:100vh}h1,h2,h3,p{margin:0}.editor-code{background-color:#0f172a0f;border-radius:4px;padding:2px 4px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.swal2-container-custom{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a66!important}.swal2-popup-custom{border:1px solid #ffffff1a!important;border-radius:24px!important;padding:2rem!important;font-family:inherit!important;box-shadow:0 25px 50px -12px #00000040!important}.swal2-title-custom{color:#0f172a!important;letter-spacing:-.02em!important;margin-bottom:.5rem!important;font-size:1.5rem!important;font-weight:800!important}.swal2-html-custom{color:#64748b!important;font-size:1rem!important;line-height:1.5!important}.swal2-confirm-custom{color:#fff!important;cursor:pointer!important;background:#2563eb!important;border:none!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:.5rem!important;padding:12px 24px!important;font-size:14px!important;font-weight:700!important;transition:all .2s!important;display:inline-flex!important}.swal2-confirm-custom:hover{background:#1d4ed8!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #2563eb40!important}.swal2-cancel-custom{color:#475569!important;cursor:pointer!important;background:#f1f5f9!important;border:none!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:.5rem!important;padding:12px 24px!important;font-size:14px!important;font-weight:700!important;transition:all .2s!important;display:inline-flex!important}.swal2-cancel-custom:hover{color:#0f172a!important;background:#e2e8f0!important}.swal2-icon-custom{border-color:#f1f5f9!important}.swal2-show-custom{animation:.3s cubic-bezier(.34,1.56,.64,1) swal2-show-anim!important}@keyframes swal2-show-anim{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
