.cs-root{display:flex;gap:0;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;min-height:640px;color:#111827}.cs-sidebar{width:240px;flex-shrink:0;background:#ffffff;border-right:1px solid #e5e7eb;padding:18px 12px;overflow-y:auto}.cs-sidebar-header{font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.4px;text-transform:uppercase;padding:0 8px;margin:10px 0 6px;display:flex;align-items:center;justify-content:space-between}.cs-sidebar-add{width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#6b7280;cursor:pointer;border:0;background:transparent}.cs-sidebar-add:hover{background:#f3f4f6;color:#111827}.cs-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px;color:#374151;user-select:none;margin-bottom:1px}.cs-nav-item:hover{background:#f3f4f6}.cs-nav-item.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.cs-nav-icon{width:16px;height:16px;flex-shrink:0}.cs-nav-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-folder-tree{padding-left:6px}.cs-folder-tree .cs-nav-item{padding-left:18px}.cs-folder-tree .cs-folder-tree .cs-nav-item{padding-left:30px}.cs-main{flex:1;min-width:0;display:flex;flex-direction:column;background:#f8fafc}.cs-main-header{padding:18px 24px 0;border-bottom:1px solid #e5e7eb}.cs-main-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 6px}.cs-main-sub{font-size:13px;color:#6b7280;margin:0 0 14px}.cs-toolbar{display:flex;gap:10px;align-items:center;padding:10px 0}.cs-toolbar input[type=search]{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#ffffff;color:#111827}.cs-btn-new{padding:8px 16px;background:#2563eb;color:#fff;border:0;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.cs-btn-new:hover{background:#1d4ed8}.cs-btn-secondary{padding:8px 14px;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.cs-btn-secondary:hover{background:#f3f4f6}.cs-btn-danger{padding:8px 14px;background:#dc2626;color:#fff;border:0;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.cs-btn-danger:hover{background:#b91c1c}.cs-tabs{display:flex;gap:4px;padding:4px 0 0}.cs-tab{padding:8px 14px;border-radius:6px 6px 0 0;cursor:pointer;font-size:13px;color:#6b7280;font-weight:500;border:0;background:transparent;user-select:none}.cs-tab:hover{color:#111827;background:#f3f4f6}.cs-tab.active{color:#1d4ed8;background:#fff;border:1px solid #e5e7eb;border-bottom-color:#fff;margin-bottom:-1px;font-weight:600}.cs-list{flex:1;padding:16px 24px 24px;overflow-y:auto}.cs-empty{text-align:center;color:#9ca3af;padding:60px 20px;font-size:14px}.cs-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.cs-card:hover{border-color:#c7d2fe;box-shadow:0 1px 3px rgba(0,0,0,.06)}.cs-card.selected{border-color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb}.cs-card-icon{width:36px;height:36px;flex-shrink:0;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280}.cs-card-body{flex:1;min-width:0}.cs-card-title{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.cs-card-meta{font-size:12px;color:#6b7280;display:flex;gap:8px;align-items:center}.cs-status-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.cs-status-draft{background:#f3f4f6;color:#6b7280}.cs-status-sent{background:#dbeafe;color:#1e40af}.cs-status-in_progress{background:#fef3c7;color:#92400e}.cs-status-completed{background:#d1fae5;color:#065f46}.cs-status-voided{background:#fee2e2;color:#991b1b}.cs-action-panel{width:320px;flex-shrink:0;background:#ffffff;border-left:1px solid #e5e7eb;padding:20px;overflow-y:auto}.cs-action-title{font-size:16px;font-weight:700;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis}.cs-action-meta{font-size:12px;color:#6b7280;margin:0 0 16px;display:flex;gap:8px;align-items:center}.cs-action-section{margin:16px 0;padding-top:16px;border-top:1px solid #e5e7eb}.cs-action-section h4{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin:0 0 8px}.cs-recipient-row{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:12px}.cs-recipient-row .cs-recipient-name{flex:1;overflow:hidden;text-overflow:ellipsis}.cs-recipient-row .cs-recipient-status{font-size:10px;padding:1px 6px;border-radius:8px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.cs-recipient-row .cs-recipient-order{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;color:#6b7280;font-size:10px;font-weight:700}.cs-recipient-row.is-next .cs-recipient-order{background:#2563eb;color:#fff}.cs-recipient-row.is-signed .cs-recipient-order{background:#d1fae5;color:#065f46}.cs-recipient-row.is-declined .cs-recipient-order{background:#fee2e2;color:#991b1b}.cs-recipient-row .cs-recipient-resend{margin-left:6px;padding:2px 8px;background:#fff;color:#2563eb;border:1px solid #c7d2fe;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer}.cs-recipient-row .cs-recipient-resend:hover{background:#eff6ff}.cs-action-row{display:flex;flex-direction:column;gap:6px;margin-top:12px}.cs-action-row button{width:100%;text-align:left}.cs-designer{position:fixed;inset:0;background:#1f2937;z-index:1000;display:flex;flex-direction:column}.cs-designer-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#0f172a;color:#fff;border-bottom:1px solid #1e293b}.cs-designer-topbar h2{margin:0;font-size:15px;font-weight:600}.cs-designer-actions{display:flex;gap:8px}.cs-designer-body{flex:1;display:flex;min-height:0;background:#1f2937}.cs-designer-palette{width:220px;flex-shrink:0;background:#f9fafb;border-right:1px solid #e5e7eb;padding:18px 14px;overflow-y:auto}.cs-designer-palette h4{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin:6px 0 8px}.cs-field-tile{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:6px;cursor:grab;font-size:13px;font-weight:500;color:#374151;user-select:none}.cs-field-tile:hover{border-color:#c7d2fe;background:#eff6ff}.cs-field-tile:active{cursor:grabbing}.cs-field-tile-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;color:#6b7280;background:#f3f4f6;border-radius:4px}.cs-recipient-pill{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;margin-bottom:4px;cursor:pointer;font-size:12px;border:2px solid transparent}.cs-recipient-pill.selected{border-color:currentColor}.cs-recipient-dot{width:10px;height:10px;border-radius:50%;background:currentColor}.cs-designer-canvas{flex:1;overflow:auto;padding:24px;background:#374151}.cs-pdf-page{position:relative;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.25);margin:0 auto 14px}.cs-pdf-page canvas{display:block}.cs-placed-field{position:absolute;box-sizing:border-box;border:2px solid;border-radius:3px;background:rgba(255,255,255,.7);cursor:move;display:flex;align-items:center;padding:2px 6px;font-size:11px;font-weight:600;user-select:none}.cs-placed-field-handle{position:absolute;right:-6px;bottom:-6px;width:12px;height:12px;border-radius:50%;background:currentColor;cursor:nwse-resize}.cs-placed-field-delete{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:#dc2626;color:#fff;font-size:12px;line-height:18px;text-align:center;cursor:pointer;border:2px solid #fff}.cs-designer-right{width:280px;flex-shrink:0;background:#f9fafb;border-left:1px solid #e5e7eb;padding:18px 14px;overflow-y:auto}.cs-designer-right h4{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin:14px 0 6px}.cs-input{width:100%;padding:8px 10px;margin-bottom:6px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#fff;color:#111827}.cs-audit-event{position:relative;padding:6px 0 10px 22px;font-size:12px}.cs-audit-event:not(:last-child):before{content:"";position:absolute;left:7px;top:16px;bottom:0;width:1px;background:#e5e7eb}.cs-audit-dot{position:absolute;left:2px;top:6px;width:12px;height:12px;border-radius:50%;background:#d1d5db;border:2px solid #fff;box-shadow:0 0 0 1px #d1d5db}.cs-audit-event.ev-sent .cs-audit-dot{background:#2563eb;box-shadow:0 0 0 1px #2563eb}.cs-audit-event.ev-viewed .cs-audit-dot{background:#f59e0b;box-shadow:0 0 0 1px #f59e0b}.cs-audit-event.ev-signed .cs-audit-dot{background:#059669;box-shadow:0 0 0 1px #059669}.cs-audit-event.ev-declined .cs-audit-dot,.cs-audit-event.ev-voided .cs-audit-dot{background:#dc2626;box-shadow:0 0 0 1px #dc2626}.cs-audit-event.ev-completed .cs-audit-dot{background:#059669;box-shadow:0 0 0 1px #059669}.cs-audit-label{font-weight:600;color:#374151}.cs-audit-meta{font-size:11px;color:#9ca3af;margin-top:2px}.cs-audit-meta .cs-audit-ip{font-family:monospace}.cs-mini-modal{position:fixed;inset:0;background:rgba(15,23,42,.5);z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px}.cs-mini-modal-card{background:#fff;border-radius:10px;max-width:420px;width:100%;padding:22px 24px;color:#111827}.cs-mini-modal-card h3{margin:0 0 12px;font-size:16px}.cs-mini-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}