
/* V517 - Admin signatures & company stamp */
.v517-settings-panel{margin-top:20px;border:1px solid var(--border);background:var(--card);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(15,23,42,.04)}
.v517-settings-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:18px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#fafcfb)}
.v517-settings-head span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#0d6b4d}.v517-settings-head h2{margin:4px 0 3px;font-size:18px}.v517-settings-head p{margin:0;font-size:11px;color:var(--muted-foreground)}.v517-settings-head>b{font-size:9px;padding:5px 8px;border-radius:999px;background:#eaf6f0;color:#0d6b4d}
.v517-company-assets{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border)}
.v517-company-assets article{min-width:0;border:1px solid var(--border);border-radius:8px;padding:13px;background:#fff}.v517-company-assets h3{margin:0;font-size:12px}.v517-company-assets p{margin:4px 0 10px;font-size:9.5px;color:var(--muted-foreground)}
.v517-asset-preview{height:128px;border:1px dashed #cbd5d1;border-radius:7px;background:#fafcfb;display:flex;align-items:center;justify-content:center;padding:8px}.v517-asset-preview img{max-width:100%;max-height:112px;object-fit:contain}.v517-asset-preview span{font-size:10px;color:#94a3b8}
.v517-asset-actions{display:flex;gap:7px;margin-top:9px}.v517-asset-actions label,.v517-row-actions label{cursor:pointer}.v517-asset-actions input,.v517-row-actions input{display:none}.v517-asset-actions label span,.v517-asset-actions button,.v517-row-actions label span,.v517-row-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:31px;border:1px solid #b8d7c9;border-radius:6px;background:#f2faf6;color:#0d6b4d;padding:0 10px;font-size:9.5px;font-weight:800}.v517-asset-actions button,.v517-row-actions button{border-color:#f0c7c7;background:#fff7f7;color:#c43a3a}
.v517-config-card small{display:block;margin-top:11px;font-size:9px;line-height:1.45;color:#7c8794}.v517-switch{display:flex;align-items:center;gap:8px;margin-top:10px;cursor:pointer}.v517-switch input{display:none}.v517-switch>span{width:32px;height:18px;border-radius:999px;background:#cbd5d1;position:relative;transition:.15s}.v517-switch>span:after{content:"";position:absolute;width:14px;height:14px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.15s}.v517-switch input:checked+span{background:#16a34a}.v517-switch input:checked+span:after{transform:translateX(14px)}.v517-switch em{font-style:normal;font-size:10px;font-weight:700}
.v517-employee-head{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:15px 20px 10px}.v517-employee-head h3{margin:0;font-size:13px}.v517-employee-head p{margin:3px 0 0;font-size:10px;color:var(--muted-foreground)}.v517-employee-head>span{font-size:9px;color:var(--muted-foreground)}
.v517-employee-list{margin:0 20px 16px;border:1px solid var(--border);border-radius:7px;overflow:hidden}.v517-employee-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(150px,1fr) 145px 150px;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--border)}.v517-employee-row:first-child{border-top:0}.v517-employee-name{display:flex;align-items:center;gap:9px}.v517-employee-name i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef6f2;color:#0d6b4d;font-size:10px;font-style:normal;font-weight:900}.v517-employee-name strong{display:block;font-size:10.5px}.v517-employee-name small{display:block;margin-top:2px;font-size:9px;color:var(--muted-foreground)}.v517-sign-preview{height:52px;display:flex;align-items:center}.v517-sign-preview img{max-height:48px;max-width:145px;object-fit:contain}.v517-sign-preview span,.v517-sign-date{font-size:9px;color:#94a3b8}.v517-row-actions{display:flex;justify-content:flex-end;gap:6px}.v517-settings-note{padding:10px 20px;border-top:1px solid var(--border);background:#fbfcfc;color:#6f7b86;font-size:9px}
@media(max-width:1000px){.v517-company-assets{grid-template-columns:1fr 1fr}.v517-config-card{grid-column:1/-1}.v517-employee-row{grid-template-columns:1fr 150px 120px}.v517-sign-date{display:none}}
@media(max-width:700px){.v517-company-assets{grid-template-columns:1fr;padding:12px}.v517-config-card{grid-column:auto}.v517-settings-head{padding:14px}.v517-employee-head{padding:12px}.v517-employee-list{margin:0 12px 12px}.v517-employee-row{grid-template-columns:1fr 110px;gap:7px}.v517-row-actions{grid-column:1/-1;justify-content:flex-start}.v517-sign-preview img{max-width:100px}}

/* V517 - signatures on quote/order document */
.v517-doc-signatures{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cbd5cf;border-bottom:1px solid #cbd5cf;background:#fff;break-inside:avoid;page-break-inside:avoid}
.v517-doc-signatures>div{position:relative;min-height:126px;text-align:center;padding:10px 8px 8px;border-left:1px solid #d7dfda;overflow:visible}.v517-doc-signatures>div:first-child{border-left:0}.v517-doc-signatures strong{display:block;color:#165a3b;font-size:9px;font-weight:900}.v517-doc-signatures small{display:block;margin-top:3px;color:#69766f;font-size:7.5px;font-style:italic}.v517-sign-space,.v517-blank-sign{position:relative;display:flex;height:70px;align-items:center;justify-content:center}.v517-employee-sign,.v517-company-sign{position:relative;z-index:2;max-width:120px;max-height:56px;object-fit:contain}.v517-company-stamp{position:absolute;z-index:3;left:50%;top:50%;width:74px;height:74px;object-fit:contain;transform:translate(-15%,-46%) rotate(-7deg);opacity:.9}.v517-doc-signatures b{display:block;margin-top:-2px;font-size:8.5px;color:#26332c}.v517-company-sign-cell{overflow:visible!important}
.invoice-print-document>.v517-doc-signatures{margin-top:12px;border:1px solid #cbd5cf}
@media print{
  .v517-doc-signatures{display:grid!important;grid-template-columns:repeat(3,1fr)!important;width:100%!important;break-inside:avoid!important;page-break-inside:avoid!important}
  .v517-doc-signatures>div{min-height:31mm!important;padding:2.5mm 2mm 2mm!important}
  .v517-doc-signatures strong{font-size:6.3pt!important}.v517-doc-signatures small{font-size:5.4pt!important}.v517-sign-space,.v517-blank-sign{height:17mm!important}.v517-employee-sign,.v517-company-sign{max-width:30mm!important;max-height:14mm!important}.v517-company-stamp{width:19mm!important;height:19mm!important}.v517-doc-signatures b{font-size:6pt!important}
}
@media(max-width:700px) and (not print){.v517-doc-signatures{grid-template-columns:1fr}.v517-doc-signatures>div{border-left:0;border-top:1px solid #d7dfda}.v517-doc-signatures>div:first-child{border-top:0}}

/* V518 - visible setup/error state instead of silently hiding Admin module */
.v518-sign-error{border-color:#efcf99!important}
.v518-sign-error-body{padding:18px 20px;background:#fffaf0;color:#6f541c;font-size:11px;line-height:1.6}
.v518-sign-error-body strong{display:block;font-size:12px;color:#7a5411}
.v518-sign-error-body p{margin:6px 0 0}
.v518-sign-error-body code{padding:1px 4px;border-radius:4px;background:#fff1cf;color:#805c12}
.v518-sign-error-body button{margin-top:12px;min-height:34px;border:1px solid #d8b66b;border-radius:6px;background:#fff;color:#775413;padding:0 12px;font-size:10px;font-weight:800;cursor:pointer}
