.autofill-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}.autofill-widget,.autofill-widget *{box-sizing:border-box}.autofill-widget-light{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#333}.autofill-widget-dark{background:#1e1e1e;border:1px solid #3a3a3a;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.3);color:#e0e0e0}.autofill-widget-header{align-items:center;border-bottom:1px solid;border-color:#e0e0e0;display:flex;justify-content:space-between;padding:12px 16px}.autofill-widget-dark .autofill-widget-header{border-color:#3a3a3a}.autofill-widget-header h3{font-size:16px;font-weight:600;margin:0}.autofill-widget-toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;padding:0;width:24px}.autofill-widget-toggle:hover{opacity:.7}.autofill-widget-content{max-height:600px;overflow-y:auto;padding:16px}.autofill-section{margin-bottom:20px}.autofill-section h4{color:inherit;font-size:14px;font-weight:600;margin:0 0 8px}.autofill-json-input{background:#f9f9f9;border:1px solid #ccc;border-radius:4px;color:#333;font-family:Courier New,monospace;font-size:12px;min-height:120px;padding:8px;resize:vertical;width:100%}.autofill-widget-dark .autofill-json-input{background:#2a2a2a;border-color:#4a4a4a;color:#e0e0e0}.autofill-json-input:focus{background:#fff;border-color:#2196f3;outline:none}.autofill-widget-dark .autofill-json-input:focus{background:#333;border-color:#64b5f6}.autofill-buttons{display:flex;gap:8px;margin-top:8px}.autofill-actions{display:flex;gap:8px;margin-top:16px}.autofill-btn{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.autofill-btn-primary{background:#2196f3;color:#fff}.autofill-btn-primary:hover:not(:disabled){background:#1976d2}.autofill-btn-primary:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.autofill-btn-secondary{background:#f5f5f5;border:1px solid #ddd;color:#333}.autofill-widget-dark .autofill-btn-secondary{background:#3a3a3a;border-color:#4a4a4a;color:#e0e0e0}.autofill-btn-secondary:hover{background:#e0e0e0}.autofill-widget-dark .autofill-btn-secondary:hover{background:#4a4a4a}.autofill-status{background:#e8f5e9;border-radius:4px;color:#2e7d32;font-size:12px;margin-top:8px;padding:6px 8px}.autofill-widget-dark .autofill-status{background:#1b5e20;color:#a5d6a7}.autofill-mappings{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;max-height:300px;overflow-y:auto;padding:8px}.autofill-widget-dark .autofill-mappings{background:#2a2a2a;border-color:#3a3a3a}.autofill-mapping{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:12px;margin-bottom:8px;padding:8px}.autofill-widget-dark .autofill-mapping{background:#333;border-color:#4a4a4a}.autofill-mapping:last-child{margin-bottom:0}.autofill-mapping-source,.autofill-mapping-target{display:flex;flex:1;flex-direction:column;gap:4px}.autofill-mapping-source strong,.autofill-mapping-target strong{color:inherit;font-size:13px}.autofill-mapping-value{color:#666;font-family:Courier New,monospace;font-size:11px}.autofill-widget-dark .autofill-mapping-value{color:#aaa}.autofill-mapping-type{color:#666;font-size:11px;text-transform:uppercase}.autofill-widget-dark .autofill-mapping-type{color:#aaa}.autofill-mapping-arrow{color:#2196f3;font-size:18px;font-weight:700}.autofill-mapping-confidence{color:#4caf50;font-size:10px;margin-top:2px}.autofill-empty{color:#999;font-size:13px;padding:20px;text-align:center}.autofill-preview{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);display:flex;flex-direction:column;left:50%;max-height:80vh;max-width:700px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:10000}.autofill-preview-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px}.autofill-preview-header h3{font-size:18px;margin:0}.autofill-preview-close{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;width:32px}.autofill-preview-close:hover{background:#f5f5f5}.autofill-preview-content{flex:1;overflow-y:auto;padding:16px}.autofill-preview-footer{border-top:1px solid #e0e0e0;display:flex;gap:8px;justify-content:flex-end;padding:16px}.autofill-message{border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.2);opacity:0;padding:12px 20px;position:fixed;right:20px;top:20px;transform:translateY(-10px);transition:all .3s;z-index:10001}.autofill-message-show{opacity:1;transform:translateY(0)}.autofill-message-success{background:#4caf50;color:#fff}.autofill-message-error{background:#f44336;color:#fff}.autofill-widget-bottom-right{bottom:20px;position:fixed;right:20px;width:400px;z-index:9999}.autofill-widget-top-right{position:fixed;right:20px;top:20px;width:400px;z-index:9999}.autofill-widget-inline{margin:0 auto;max-width:600px;width:100%}.autofill-mappings::-webkit-scrollbar,.autofill-preview-content::-webkit-scrollbar,.autofill-widget-content::-webkit-scrollbar{width:6px}.autofill-mappings::-webkit-scrollbar-track,.autofill-preview-content::-webkit-scrollbar-track,.autofill-widget-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.autofill-mappings::-webkit-scrollbar-thumb,.autofill-preview-content::-webkit-scrollbar-thumb,.autofill-widget-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.autofill-mappings::-webkit-scrollbar-thumb:hover,.autofill-preview-content::-webkit-scrollbar-thumb:hover,.autofill-widget-content::-webkit-scrollbar-thumb:hover{background:#999}