:root{--brand-primary: #2563eb;--brand-primary-contrast: #ffffff;--brand-secondary: #7c3aed;--brand-secondary-contrast: #ffffff;--color-bg: #ffffff;--color-bg-subtle: #f9fafb;--color-bg-muted: #f3f4f6;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--frame-border: color-mix(in srgb, var(--brand-secondary) 35%, var(--color-border));--color-well-bg: rgba(0, 0, 0, .025);--color-well-border: rgba(0, 0, 0, .14);--color-text: #111827;--color-text-muted: #6b7280;--color-text-faint: #9ca3af;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-success: #16a34a;--color-success-bg: #f0fdf4;--color-success-border: #bbf7d0;--color-warning: #b45309;--color-warning-bg: #fffbeb;--color-warning-border: #fde68a;--color-neutral-bg: #f3f4f6;--color-neutral-border: #e5e7eb;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 4px 16px rgba(16, 24, 40, .08);--shadow-lg: 0 12px 32px rgba(16, 24, 40, .12);--page-glow: none;--sidebar-width: 248px;--topbar-height: 60px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--wf-hue-red: #ef4444;--wf-hue-orange: #f97316;--wf-hue-amber: #f59e0b;--wf-hue-green: #22c55e;--wf-hue-teal: #14b8a6;--wf-hue-blue: #3b82f6;--wf-hue-purple: #a855f7;--wf-hue-pink: #ec4899;--wf-hue-gray: #6b7280}:root[data-theme=dark]{--color-bg: #14151c;--color-bg-subtle: #0a0b0f;--color-bg-muted: #1b1c26;--color-border: rgba(255, 255, 255, .1);--color-border-strong: rgba(255, 255, 255, .18);--color-well-bg: rgba(0, 0, 0, .22);--color-well-border: rgba(255, 255, 255, .15);--color-text: #f5f5f7;--color-text-muted: #9ca3af;--color-text-faint: #6b7280;--color-danger: #f87171;--color-danger-bg: rgba(248, 113, 113, .12);--color-danger-border: rgba(248, 113, 113, .32);--color-success: #4ade80;--color-success-bg: rgba(74, 222, 128, .12);--color-success-border: rgba(74, 222, 128, .32);--color-warning: #fbbf24;--color-warning-bg: rgba(251, 191, 36, .12);--color-warning-border: rgba(251, 191, 36, .32);--color-neutral-bg: #1b1c26;--color-neutral-border: rgba(255, 255, 255, .1);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 4px 20px rgba(0, 0, 0, .55);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .6);--page-glow: radial-gradient( 900px 480px at 15% -10%, color-mix(in srgb, var(--brand-primary) 20%, transparent), transparent 60% )}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--page-glow),var(--color-bg-subtle);background-attachment:fixed;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,p{margin:0}a{color:var(--brand-primary)}button{font-family:inherit}.stack{display:flex;flex-direction:column}.row{display:flex;flex-direction:row;align-items:center}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.flex-1{flex:1}.wrap{flex-wrap:wrap}.justify-between{justify-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.text-muted{color:var(--color-text-muted)}.text-faint{color:var(--color-text-faint)}.text-sm{font-size:13px}.text-xs{font-size:11px}.text-lg{font-size:17px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;font-size:13.5px;font-weight:500;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,filter .12s ease,opacity .12s ease;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{height:30px;padding:0 10px;font-size:12.5px}.btn-primary{background:var(--brand-primary);color:var(--brand-primary-contrast)}.btn-primary:hover:not(:disabled){filter:brightness(.92)}.btn-secondary{background:var(--color-bg);color:var(--color-text);border-color:var(--color-border-strong)}.btn-secondary:hover:not(:disabled){background:var(--color-bg-muted)}.btn-ghost{background:transparent;color:var(--color-text-muted)}.btn-ghost:hover:not(:disabled){background:var(--color-bg-muted);color:var(--color-text)}.btn-danger{background:var(--color-danger-bg);color:var(--color-danger);border-color:var(--color-danger-border)}.btn-danger:hover:not(:disabled){background:color-mix(in srgb,var(--color-danger) 18%,var(--color-danger-bg))}.card{background:var(--color-bg);border:1px solid var(--frame-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.card-padded{padding:20px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.stat-card{display:flex;flex-direction:column;gap:6px;text-decoration:none;color:inherit;transition:border-color .12s ease,box-shadow .12s ease}.stat-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.stat-card-label{font-size:12px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.stat-card-value{font-size:26px;font-weight:700;line-height:1.15}.stat-card-detail{font-size:12.5px;color:var(--color-text-muted)}.field-label{display:block;font-size:12.5px;font-weight:600;color:var(--color-text-muted);margin-bottom:6px}.input,.select,.textarea{width:100%;font-family:inherit;font-size:14px;line-height:20px;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:8px 10px;height:36px;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}.textarea{height:auto;resize:vertical;min-height:80px}.select-compact{height:32px;padding:6px 30px 6px 8px;font-size:12.5px;line-height:18px}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 18%,transparent)}.input::placeholder,.textarea::placeholder{color:var(--color-text-faint)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;font-size:11.5px;font-weight:600;border-radius:999px;border:1px solid transparent;line-height:1.7;white-space:nowrap}.badge-neutral{background:var(--color-neutral-bg);color:var(--color-text-muted);border-color:var(--color-neutral-border)}.badge-success{background:var(--color-success-bg);color:var(--color-success);border-color:var(--color-success-border)}.badge-warning{background:var(--color-warning-bg);color:var(--color-warning);border-color:var(--color-warning-border)}.badge-danger{background:var(--color-danger-bg);color:var(--color-danger);border-color:var(--color-danger-border)}.badge-brand{background:color-mix(in srgb,var(--brand-primary) 12%,var(--color-bg));color:var(--brand-primary);border-color:color-mix(in srgb,var(--brand-primary) 30%,var(--color-bg))}.badge-accent{background:color-mix(in srgb,var(--brand-secondary) 12%,var(--color-bg));color:var(--brand-secondary);border-color:color-mix(in srgb,var(--brand-secondary) 30%,var(--color-bg))}.table-wrap{overflow-x:auto;border-radius:var(--radius-md)}table.data-table{width:100%;border-collapse:collapse;font-size:13.5px}.data-table th{text-align:left;font-size:11.5px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;padding:10px 16px;border-bottom:1px solid var(--color-border);background:var(--color-bg-subtle);white-space:nowrap}.data-table td{padding:12px 16px;border-bottom:1px solid var(--color-border);vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr.clickable{cursor:pointer}.data-table tbody tr.clickable:hover{background:var(--color-bg-subtle)}.divider{height:1px;background:var(--color-border);border:none;margin:0}.skeleton{background:linear-gradient(90deg,var(--color-bg-muted) 25%,var(--color-border) 37%,var(--color-bg-muted) 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite;border-radius:var(--radius-sm)}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid var(--color-border);border-top-color:var(--brand-primary);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.link-reset{color:inherit;text-decoration:none}.app-shell{display:flex;min-height:100vh}.app-sidebar{width:var(--sidebar-width);flex-shrink:0;background:var(--color-bg);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.app-sidebar-brand{height:var(--topbar-height);display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid var(--color-border);overflow:hidden}.app-product-mark{display:flex;align-items:center;gap:10px;min-width:0}.app-product-mark-badge{width:28px;height:28px;border-radius:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#6366f126;border:1px solid rgba(99,102,241,.3);color:#818cf8}.app-product-mark-name{font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--color-text);white-space:nowrap}.app-product-mark-dot{color:#818cf8}.app-product-mark-studio{font-weight:500;color:var(--color-text-faint)}.app-product-mark-org-logo{max-height:28px;max-width:160px;object-fit:contain;display:block}.app-nav{flex:1;padding:12px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.app-nav-link{display:flex;align-items:center;gap:10px;height:36px;padding:0 12px;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:13.5px;font-weight:500;text-decoration:none;transition:background-color .1s ease,color .1s ease}.app-nav-link:hover{background:var(--color-bg-muted);color:var(--color-text)}.app-nav-link.active{background:color-mix(in srgb,var(--brand-primary) 12%,var(--color-bg));color:var(--brand-primary)}.platform-admin-tab{display:inline-flex;align-items:center;height:38px;padding:0 4px;margin-bottom:-1px;border-bottom:2px solid transparent;color:var(--color-text-muted);font-size:13.5px;font-weight:500;text-decoration:none;transition:color .1s ease,border-color .1s ease}.platform-admin-tab+.platform-admin-tab{margin-left:20px}.platform-admin-tab:hover{color:var(--color-text)}.platform-admin-tab.active{color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.app-nav-icon-chip{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;flex-shrink:0}.app-sidebar-footer{padding:12px;border-top:1px solid var(--color-border)}.app-main{flex:1;min-width:0;display:flex;flex-direction:column}.app-content{flex:1;padding:32px 40px;max-width:1080px;width:100%}@media (max-width: 860px){.app-content{padding:20px}}@page{margin:.4in}@media print{.app-shell{display:block!important;min-height:0!important}.app-sidebar{display:none!important}.app-content{padding:0!important;max-width:none!important}.no-print{display:none!important}}.print-postcard{max-width:480px;margin:0 auto;padding:48px 32px;text-align:center;background:var(--color-bg);border:1px solid var(--frame-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.print-postcard-logo{max-height:56px;max-width:220px;object-fit:contain;margin:0 auto 12px;display:block}.print-postcard-org{font-size:13px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin:0 0 20px}.print-postcard-heading{font-size:25px;font-weight:700;margin:0 0 8px}.print-postcard-subheading{font-size:15px;color:var(--color-text-muted);margin:0 0 28px}.print-postcard-qr{width:280px;height:280px;margin:0 auto 24px;display:block}.print-postcard-instructions{font-size:14px;color:var(--color-text-muted);margin:0 0 14px}.print-postcard-url{font-size:11px;color:var(--color-text-faint);word-break:break-all;margin:0}@media print{.print-postcard{border:none;box-shadow:none;max-width:100%;padding:16px 24px 0;page-break-inside:avoid}.print-postcard-qr{width:280px;height:280px}}.wf-content{line-height:1.55;font-size:15px;color:var(--color-text);background:var(--color-bg);padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--frame-border)}.wf-content.wf-content--unboxed{background:transparent;border:none;padding:0;border-radius:0}.wf-content p{margin:0 0 .75em}.wf-content p:last-child{margin-bottom:0}.wf-content ul,.wf-content ol{margin:0 0 .75em;padding-left:1.4em}.wf-content h1{font-size:1.35em;font-weight:700;margin:1em 0 .45em}.wf-content h2{font-size:1.15em;font-weight:700;margin:.9em 0 .4em}.wf-content h3{font-size:1.05em;font-weight:700;margin:.8em 0 .35em}.wf-content h4{font-size:.95em;font-weight:700;margin:.7em 0 .3em}.wf-content h1:first-child,.wf-content h2:first-child,.wf-content h3:first-child,.wf-content h4:first-child{margin-top:0}.wf-filled,.wf-content .wf-filled{font-weight:600;border-bottom:1px solid var(--color-border-strong);padding:0 2px}.wf-highlight,.wf-content mark{background:#fef08a;color:#1f2937;padding:0 2px;border-radius:2px}.wf-content [data-pdf-break]{display:none}.wf-content .wf-text-red{color:color-mix(in srgb,var(--wf-hue-red) 80%,var(--color-text))}.wf-content .wf-text-orange{color:color-mix(in srgb,var(--wf-hue-orange) 80%,var(--color-text))}.wf-content .wf-text-amber{color:color-mix(in srgb,var(--wf-hue-amber) 80%,var(--color-text))}.wf-content .wf-text-green{color:color-mix(in srgb,var(--wf-hue-green) 80%,var(--color-text))}.wf-content .wf-text-teal{color:color-mix(in srgb,var(--wf-hue-teal) 80%,var(--color-text))}.wf-content .wf-text-blue{color:color-mix(in srgb,var(--wf-hue-blue) 80%,var(--color-text))}.wf-content .wf-text-purple{color:color-mix(in srgb,var(--wf-hue-purple) 80%,var(--color-text))}.wf-content .wf-text-pink{color:color-mix(in srgb,var(--wf-hue-pink) 80%,var(--color-text))}.wf-content .wf-text-gray{color:color-mix(in srgb,var(--wf-hue-gray) 80%,var(--color-text))}.rich-text-editor .ProseMirror .wf-text-red{color:color-mix(in srgb,var(--wf-hue-red) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-orange{color:color-mix(in srgb,var(--wf-hue-orange) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-amber{color:color-mix(in srgb,var(--wf-hue-amber) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-green{color:color-mix(in srgb,var(--wf-hue-green) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-teal{color:color-mix(in srgb,var(--wf-hue-teal) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-blue{color:color-mix(in srgb,var(--wf-hue-blue) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-purple{color:color-mix(in srgb,var(--wf-hue-purple) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-pink{color:color-mix(in srgb,var(--wf-hue-pink) 80%,#1f2937)}.rich-text-editor .ProseMirror .wf-text-gray{color:color-mix(in srgb,var(--wf-hue-gray) 80%,#1f2937)}.wf-font-serif{font-family:Georgia,Times New Roman,Times,serif}.wf-font-mono{font-family:Courier New,Courier,monospace}.wf-font-rounded{font-family:Trebuchet MS,Segoe UI,Verdana,sans-serif}.wf-font-elegant{font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif}.wf-text-custom{color:var(--wf-color)}.wf-bg-custom{background-color:var(--wf-bg);padding:0 2px;border-radius:2px}.wf-font-custom{font-family:var(--wf-font),sans-serif}.wf-block-filled{border-radius:var(--radius-md);padding:16px 18px;border:1px solid transparent}.wf-fill-red{background:color-mix(in srgb,var(--wf-hue-red) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-red) 32%,var(--color-border))}.wf-fill-orange{background:color-mix(in srgb,var(--wf-hue-orange) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-orange) 32%,var(--color-border))}.wf-fill-amber{background:color-mix(in srgb,var(--wf-hue-amber) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-amber) 32%,var(--color-border))}.wf-fill-green{background:color-mix(in srgb,var(--wf-hue-green) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-green) 32%,var(--color-border))}.wf-fill-teal{background:color-mix(in srgb,var(--wf-hue-teal) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-teal) 32%,var(--color-border))}.wf-fill-blue{background:color-mix(in srgb,var(--wf-hue-blue) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-blue) 32%,var(--color-border))}.wf-fill-purple{background:color-mix(in srgb,var(--wf-hue-purple) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-purple) 32%,var(--color-border))}.wf-fill-pink{background:color-mix(in srgb,var(--wf-hue-pink) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-pink) 32%,var(--color-border))}.wf-fill-gray{background:color-mix(in srgb,var(--wf-hue-gray) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-hue-gray) 32%,var(--color-border))}.wf-fill-custom{background:color-mix(in srgb,var(--wf-fill-color) 12%,var(--color-bg));border-color:color-mix(in srgb,var(--wf-fill-color) 32%,var(--color-border))}.rich-text-editor .toolbar{display:flex;gap:4px;flex-wrap:wrap;padding:6px;border:1px solid var(--color-border, #d1d5db);border-bottom:none;border-radius:8px 8px 0 0;background:var(--color-bg-subtle, #f9fafb)}.rich-text-editor .toolbar button{font-size:12px;padding:4px 8px;border-radius:4px;border:1px solid transparent;background:transparent;color:var(--color-text);cursor:pointer;font-family:inherit}.rich-text-editor .toolbar button:hover:not(:disabled){background:var(--color-bg-muted, #f3f4f6)}.rich-text-editor .toolbar button.active{background:color-mix(in srgb,var(--brand-primary) 14%,var(--color-bg-subtle));border-color:color-mix(in srgb,var(--brand-primary) 35%,var(--color-bg-subtle));color:var(--brand-primary)}.rich-text-editor .toolbar button:disabled{opacity:.5;cursor:not-allowed}.rich-text-editor .toolbar-select{font-size:12px;padding:3px 5px;border-radius:4px;border:1px solid var(--color-border, #d1d5db);background:var(--color-bg, #ffffff);color:var(--color-text);cursor:pointer}.rich-text-editor .toolbar-select:disabled{opacity:.5;cursor:not-allowed}.toolbar-color-picker{display:inline-flex;align-items:center;gap:3px;padding:2px 4px;border-radius:4px;border:1px solid var(--color-border, #d1d5db);background:var(--color-bg, #ffffff)}.toolbar-color-picker input[type=color]{width:22px;height:20px;padding:0;border:none;background:none;cursor:pointer}.toolbar-color-picker input[type=color]:disabled{cursor:not-allowed;opacity:.5}.toolbar-color-picker button{font-size:12px;line-height:1;padding:2px 5px;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer}.toolbar-color-picker button:hover:not(:disabled){color:var(--color-text)}.toolbar-font-input{font-size:12px;padding:3px 6px;border-radius:4px;border:1px solid var(--color-border, #d1d5db);background:var(--color-bg, #ffffff);color:var(--color-text);width:128px}.toolbar-font-input:disabled{opacity:.5;cursor:not-allowed}.toolbar-font-picker{display:inline-flex;align-items:center;gap:2px}.toolbar-font-picker button{font-size:12px;line-height:1;padding:3px 5px;border-radius:4px;border:1px solid transparent;background:transparent;color:var(--color-text-muted);cursor:pointer}.toolbar-font-picker button:hover:not(:disabled){color:var(--color-text)}.rich-text-editor .ProseMirror{min-height:140px;padding:10px 12px;border:1px solid var(--color-border, #d1d5db);border-radius:0 0 8px 8px;outline:none;font-size:14px;line-height:1.5;background:#fff;color:#1f2937}.rich-text-editor .ProseMirror:focus{border-color:var(--brand-primary, #6366f1)}.rich-text-editor .ProseMirror p{margin:0 0 .6em}.rich-text-editor .ProseMirror ul,.rich-text-editor .ProseMirror ol{padding-left:1.4em;margin:0 0 .6em}.rich-text-editor .ProseMirror mark{background:#fef08a;padding:0 2px;border-radius:2px}.rich-text-editor .ProseMirror h1{font-size:1.35em;font-weight:700;margin:.8em 0 .35em}.rich-text-editor .ProseMirror h2{font-size:1.15em;font-weight:700;margin:.7em 0 .3em}.rich-text-editor .ProseMirror h3{font-size:1.05em;font-weight:700;margin:.6em 0 .28em}.rich-text-editor .ProseMirror h4{font-size:.95em;font-weight:700;margin:.55em 0 .25em}.rich-text-editor .ProseMirror h1:first-child,.rich-text-editor .ProseMirror h2:first-child,.rich-text-editor .ProseMirror h3:first-child,.rich-text-editor .ProseMirror h4:first-child{margin-top:0}.wf-pdf-break{display:inline-block;font-size:10px;padding:1px 5px;border-radius:3px;background:#eef2ff;color:#4338ca;border:1px dashed #a5b4fc;vertical-align:middle;-webkit-user-select:none;user-select:none}.signature-well{width:100%;height:160px;box-sizing:border-box;border:1px dashed var(--color-well-border);border-radius:var(--radius-md);background:var(--color-well-bg);touch-action:none;display:block}.signature-clear-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-muted);background:none;border:none;padding:0;cursor:pointer;transition:color .12s ease}.signature-clear-btn:hover:not(:disabled){color:var(--color-text)}.signature-clear-btn:disabled{cursor:not-allowed;opacity:.5}.wf-block-border{border:1px solid var(--frame-border);border-radius:var(--radius-md);padding:16px 18px}.wf-block-shadow{border:1px solid var(--frame-border);border-radius:var(--radius-md);padding:16px 18px;box-shadow:var(--shadow-md);background:var(--color-bg)}
