/* Shuttr Pixieset Contract Signer CSS */
body.shuttr-pixieset-page { background-color: var(--shuttr-signer-bg, #12151e) !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; margin: 0 !important; padding: 0 !important; color: var(--shuttr-signer-text, #0f172a) !important; min-height: 100vh; }
.shuttr-sticky-sign-tab { position: fixed; top: 50%; right: 0; transform: translateY(-50%); background: var(--shuttr-signer-brand, #1200B8); color: #ffffff !important; font-size: 11px; font-weight: 800; padding: 12px 8px; writing-mode: vertical-rl; text-orientation: mixed; border-radius: 6px 0 0 6px; text-decoration: none; z-index: 9999; letter-spacing: 1px; }
.shuttr-pixieset-header { text-align: center; padding: 48px 20px 32px 20px; color: #ffffff; background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.4) 100%); }
.shuttr-pixieset-greeting { font-size: 28px; font-weight: 800; margin: 0 0 8px 0; }
.shuttr-pixieset-subgreeting { font-size: 15px; color: #cbd5e1; margin: 0; }
.shuttr-pixieset-wrapper { max-width: 820px; margin: 0 auto 60px auto; padding: 0 16px; box-sizing: border-box; }
.shuttr-doc-card { background: var(--shuttr-signer-card-bg, #ffffff); border-radius: 12px; padding: 28px; margin-bottom: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.shuttr-doc-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.shuttr-doc-title-row { display: flex; align-items: center; gap: 12px; }
.shuttr-doc-title-row h2 { margin: 0; font-size: 20px; font-weight: 800; }
.shuttr-doc-status-tag { font-size: 10px; font-weight: 800; padding: 4px 8px; border-radius: 4px; text-transform: uppercase; }
.shuttr-doc-status-tag.draft { background: #f1f5f9; color: #64748b; }
.shuttr-doc-status-tag.signed { background: #dcfce7; color: #166534; }
.shuttr-icon-btn { background: transparent; border: 1px solid #cbd5e1; border-radius: 6px; padding: 8px 12px; cursor: pointer; color: #475569; }
.shuttr-flat-icon { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.shuttr-doc-meta-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; padding: 16px 0; margin-bottom: 20px; }
.shuttr-doc-meta-grid label { display: block; font-size: 10px; font-weight: 700; color: #64748b; margin-bottom: 4px; }
.shuttr-doc-meta-grid span { font-size: 12px; font-weight: 600; }
.shuttr-ref-highlight { font-family: monospace; background: #f1f5f9; padding: 2px 6px; border-radius: 4px; }
.shuttr-btn-primary-sign { display: block; width: 100%; background: var(--shuttr-signer-brand, #1200B8); color: #ffffff !important; text-align: center; padding: 14px; border-radius: 6px; font-weight: 800; font-size: 14px; text-decoration: none; box-sizing: border-box; }
.shuttr-doc-content-card { background: var(--shuttr-signer-card-bg, #ffffff); border-radius: 12px; padding: 40px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.shuttr-formatted-html-body { font-size: 14px; line-height: 1.7; color: #334155; margin-bottom: 40px; }
.shuttr-signatures-container { border-top: 2px solid #e2e8f0; padding-top: 32px; }
.shuttr-signature-box-wrapper { max-width: 380px; }
.shuttr-interactive-sign-box { background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 6px; height: 90px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #64748b; font-size: 13px; font-weight: 500; }
.shuttr-signer-name-line { font-size: 13px; font-weight: 600; color: #334155; margin-top: 8px; }
.shuttr-sig-divider { border: none; border-top: 1px solid #cbd5e1; margin: 24px 0 12px 0; }
.shuttr-photographer-signoff { font-size: 13px; font-weight: 600; color: #334155; }
.shuttr-signed-success-box { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 16px; text-align: center; }
.shuttr-signed-check { display: inline-flex; align-items: center; color: #166534; font-weight: 700; font-size: 13px; margin-bottom: 8px; }
.shuttr-sig-img-preview { max-width: 220px; height: auto; background: #ffffff; padding: 6px; border-radius: 6px; border: 1px dashed #cbd5e1; margin-bottom: 8px; }
.shuttr-signed-meta { font-size: 11px; color: #475569; }
.shuttr-contract-modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(15, 23, 42, 0.85); backdrop-filter: blur(6px); z-index: 999999; display: none; align-items: center; justify-content: center; padding: 16px; box-sizing: border-box; }
.shuttr-contract-modal-overlay.active { display: flex !important; }
.shuttr-contract-modal-card { background: #0f172a; border: 1px solid #334155; border-radius: 16px; max-width: 540px; width: 100%; overflow: hidden; color: #ffffff; }
.shuttr-modal-header { padding: 16px 20px; background: #1e293b; border-bottom: 1px solid #334155; display: flex; justify-content: space-between; align-items: center; }
.shuttr-modal-close-btn { background: transparent; border: none; color: #94a3b8; font-size: 20px; cursor: pointer; }
.shuttr-modal-body { padding: 20px; }
.shuttr-signature-pad-wrapper { background: #ffffff; border: 2px dashed #3b82f6; border-radius: 8px; touch-action: none; margin-bottom: 12px; }
.shuttr-signature-canvas { width: 100%; height: 160px; display: block; cursor: crosshair; }
.shuttr-signer-input-group input { width: 100%; background: #1e293b; border: 1px solid #334155; color: #ffffff; padding: 10px 12px; border-radius: 6px; box-sizing: border-box; margin-top: 6px; margin-bottom: 16px; }
.shuttr-btn-submit-signature { width: 100%; background: var(--shuttr-signer-brand, #1200B8); color: #ffffff; border: none; padding: 12px; border-radius: 8px; font-weight: 700; font-size: 14px; text-transform: uppercase; cursor: pointer; }