:root{--bg:#f6f7f9;--panel:#ffffff;--ink:#17202a;--muted:#667085;--line:#d9dee7;--brand:#166c64;--brand-2:#c84b31;--danger:#b42318}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.nav{background:#162027;color:#f8fafc;padding:22px 18px}.brand{font-weight:700;margin-bottom:24px;line-height:1.25}.nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;color:#dbe3ea}.nav a:hover{background:#24313a}.main{padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;margin-bottom:18px}.grid{display:grid;grid-gap:16px;gap:16px}.grid.cols{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.stat{border-left:4px solid var(--brand)}.muted{color:var(--muted)}.btn{border:0;border-radius:6px;padding:10px 14px;background:var(--brand);color:white;cursor:pointer}.btn:disabled{cursor:not-allowed;opacity:.6}.btn.secondary{background:#344054}.btn.danger{background:var(--danger)}.field{display:grid;grid-gap:6px;gap:6px;margin-bottom:14px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:10px 12px;background:white}.field textarea{min-height:220px}table{width:100%;border-collapse:collapse}td,th{border-bottom:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.status{display:inline-block;padding:4px 8px;border-radius:999px;background:#e6f4f1;color:var(--brand);font-size:12px}.status-amber{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.status-blue{background:#dbeafe;color:#1d4ed8;border:1px solid #60a5fa}.status-green{background:#dcfce7;color:#166534;border:1px solid #22c55e}.status-red{background:#fee2e2;color:#b42318;border:1px solid #f87171}.status-gray{background:#f2f4f7;color:#344054;border:1px solid #cfd4dc}.compact-field{max-width:320px}.error{color:var(--danger)}.help-article{max-width:980px}.help-article h2{margin-top:0}.help-article li{margin:10px 0;line-height:1.7}.help-article p,.note{line-height:1.7}.note{border-left:4px solid var(--brand);background:#eef7f5;padding:12px 14px;color:#2f3f4a}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.history-hint{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center}.rich-editor{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.rich-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-bottom:1px solid var(--line);background:#f8fafc}.rich-toolbar button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:6px;background:white;color:var(--ink);cursor:pointer}.rich-toolbar button:disabled{opacity:.5;cursor:not-allowed}.rich-preview,.rich-surface{min-height:260px;padding:14px;line-height:1.55;outline:none}.rich-preview img,.rich-surface img{max-width:100%;height:auto}.log-body{max-width:520px}.signature-panel{padding:22px}.signature-panel-header h2,.signature-preview-card h3{margin-top:0}.signature-panel-header p,.signature-preview-card p,.signature-switch-row p{margin:6px 0 0;line-height:1.6}.signature-switch-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.switch{position:relative;flex:0 0 auto;width:48px;height:28px;border:0;border-radius:999px;background:#cfd4dc;cursor:pointer;transition:background .18s ease}.switch span{position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:white;box-shadow:0 1px 3px rgb(16 24 40/24%);transition:transform .18s ease}.switch.switch-on{background:var(--brand)}.switch.switch-on span{transform:translateX(20px)}.signature-off-state{margin-top:16px;padding:16px;border:1px dashed #cfd4dc;border-radius:8px;background:#f9fafb}.signature-off-state .btn{margin-top:12px}.setting-switch-list{display:grid;grid-gap:12px;gap:12px}.switch-row-disabled{opacity:.72}.schedule-note{margin-top:12px;padding:12px 14px;border-radius:8px;background:#f9fafb;border:1px dashed #cfd4dc}.schedule-table-panel{overflow-x:auto}.table-actions{min-width:150px}.table-actions .btn{padding:7px 10px}.signature-settings-layout{display:flex;gap:22px;align-items:flex-start;margin-top:18px}.signature-form{flex:1 1 360px;min-width:0}.field-help{color:var(--muted);font-size:12px;line-height:1.5}.signature-save{margin-top:2px}.signature-preview-card{flex:0 0 520px;max-width:520px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe;box-shadow:0 8px 24px rgb(16 24 40/7%)}.signature-preview{margin-top:12px;overflow:hidden;padding:14px;border:1px solid #e4e7ec;border-radius:8px;background:white}.signature-preview-inner{max-width:100%;transform-origin:top left}@media (max-width:820px){.shell{grid-template-columns:1fr}.nav{position:static}.signature-settings-layout{flex-direction:column}.signature-preview-card{flex-basis:auto;width:100%;max-width:100%}}