.wgt-wrap{max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a1a1a}
.wgt-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.wgt-icon{font-size:34px;line-height:1}
.wgt-title{font-size:22px!important;font-weight:600!important;margin:0 0 3px!important;padding:0!important;border:none!important;color:#1a1a1a!important}
.wgt-sub{font-size:13px;color:#666;margin:0}
.wgt-input-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:4px}
.wgt-group{display:flex;flex-direction:column}
.wgt-lbl{font-size:13px;font-weight:500;color:#555;margin-bottom:5px}
.wgt-input{padding:9px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;color:#1a1a1a;outline:none;-moz-appearance:textfield;width:100%;box-sizing:border-box}
.wgt-input::-webkit-inner-spin-button,.wgt-input::-webkit-outer-spin-button{-webkit-appearance:none}
.wgt-input:focus{border-color:#57534e;box-shadow:0 0 0 3px rgba(87,83,78,.1)}
.wgt-sel{padding:9px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:13px;color:#1a1a1a;background:#fff;outline:none;cursor:pointer;font-family:inherit;width:100%;box-sizing:border-box}
.wgt-table{width:100%;border-collapse:collapse;margin-top:14px;animation:wgt-in .22s ease;background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden}
@keyframes wgt-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.wgt-table th{background:#f5f5f4;padding:10px 14px;text-align:left;font-size:12px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e8e8e8}
.wgt-table td{padding:10px 14px;font-size:14px;border-bottom:1px solid #f5f5f5}
.wgt-table tr:last-child td{border-bottom:none}
.wgt-table tr.wgt-highlight td{background:#faf5ff;font-weight:700;color:#5B21B6}
.wgt-val-cell{font-family:monospace;font-weight:600;color:#1a1a1a}
